Skip to content

Commit 891d26b

Browse files
committed
Updates to v3.4.14 / v1.1.21
Fixes an issue with Brightness/Contrast while switching between video processors Controls.WPF: Fixes an issue with Pop-Up menu and Subtitles embedded streams
1 parent 1f56d08 commit 891d26b

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net6.0-windows;net5.0-windows;net472</TargetFrameworks>
55
<UseWindowsForms>true</UseWindowsForms>
66
<UseWPF>true</UseWPF>
7-
<Version>1.1.20</Version>
7+
<Version>1.1.21</Version>
88
<Authors>SuRGeoNix</Authors>
99
<Copyright>SuRGeoNix © 2022</Copyright>
1010
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
@@ -14,8 +14,7 @@
1414
<PackageTags>flyleaf flyleaflib video audio media player element control</PackageTags>
1515
<Description>WPF Media Player Control/Element (based on FlyleafLib)</Description>
1616
<PackageReleaseNotes>
17-
* Renames Buffering Tab to Player and adds the new Logging settings
18-
* Adds Read Timeout to Player Settings
17+
* Fixes an issue with Pop-Up menu and Subtitles embedded streams
1918
* Updates FlyleafLib
2019
</PackageReleaseNotes>
2120
</PropertyGroup>

FlyleafLib.Controls.WPF/MainDictionary.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
<MenuItem Header="Embedded" ItemsSource="{Binding Player.Subtitles.Streams}">
729729
<MenuItem.ItemContainerStyle>
730730
<Style TargetType="{x:Type MenuItem}" BasedOn="{StaticResource {x:Type MenuItem}}">
731-
<Setter Property="Command" Value="{Binding DataContext.OpenStream, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=ContextMenu}}"/>
731+
<Setter Property="Command" Value="{Binding DataContext.Player.Commands.Open, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=ContextMenu}}"/>
732732
<Setter Property="CommandParameter" Value="{Binding DataContext, RelativeSource={RelativeSource Self}}"/>
733733
<Setter Property="IsCheckable" Value="True"/>
734734
<Setter Property="IsChecked" Value="{Binding Enabled, Mode=OneWay}"/>

FlyleafLib/FlyleafLib.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageIconUrl />
99
<RepositoryUrl></RepositoryUrl>
1010
<Description>Media Player .NET Library for WPF/WinForms (based on FFmpeg/DirectX)</Description>
11-
<Version>3.4.13</Version>
11+
<Version>3.4.14</Version>
1212
<Authors>SuRGeoNix</Authors>
1313
<Copyright>SuRGeoNix © 2022</Copyright>
1414
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
@@ -17,10 +17,7 @@
1717
<IncludeSymbols>true</IncludeSymbols>
1818
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1919
<PackageReleaseNotes>
20-
Improves support for VideoView within another VideoView overlay
2120
Fixes an issue with Brightness/Contrast while switching between video processors
22-
Fixes an audio compatibility issue with the Device Id for Win7/8
23-
Fixes an issue with OpenFromFileDialog and WinMoveOnDrag
2421
</PackageReleaseNotes>
2522
</PropertyGroup>
2623

0 commit comments

Comments
 (0)