Skip to content

Commit

Permalink
Updates to v3.4.14 / v1.1.21
Browse files Browse the repository at this point in the history
Fixes an issue with Brightness/Contrast while switching between video processors

Controls.WPF: Fixes an issue with Pop-Up menu and Subtitles embedded streams
  • Loading branch information
SuRGeoNix committed May 13, 2022
1 parent 1f56d08 commit 891d26b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 2 additions & 3 deletions FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0-windows;net5.0-windows;net472</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<Version>1.1.20</Version>
<Version>1.1.21</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2022</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -14,8 +14,7 @@
<PackageTags>flyleaf flyleaflib video audio media player element control</PackageTags>
<Description>WPF Media Player Control/Element (based on FlyleafLib)</Description>
<PackageReleaseNotes>
* Renames Buffering Tab to Player and adds the new Logging settings
* Adds Read Timeout to Player Settings
* Fixes an issue with Pop-Up menu and Subtitles embedded streams
* Updates FlyleafLib
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion FlyleafLib.Controls.WPF/MainDictionary.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@
<MenuItem Header="Embedded" ItemsSource="{Binding Player.Subtitles.Streams}">
<MenuItem.ItemContainerStyle>
<Style TargetType="{x:Type MenuItem}" BasedOn="{StaticResource {x:Type MenuItem}}">
<Setter Property="Command" Value="{Binding DataContext.OpenStream, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=ContextMenu}}"/>
<Setter Property="Command" Value="{Binding DataContext.Player.Commands.Open, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=ContextMenu}}"/>
<Setter Property="CommandParameter" Value="{Binding DataContext, RelativeSource={RelativeSource Self}}"/>
<Setter Property="IsCheckable" Value="True"/>
<Setter Property="IsChecked" Value="{Binding Enabled, Mode=OneWay}"/>
Expand Down
5 changes: 1 addition & 4 deletions FlyleafLib/FlyleafLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageIconUrl />
<RepositoryUrl></RepositoryUrl>
<Description>Media Player .NET Library for WPF/WinForms (based on FFmpeg/DirectX)</Description>
<Version>3.4.13</Version>
<Version>3.4.14</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2022</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -17,10 +17,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
Improves support for VideoView within another VideoView overlay
Fixes an issue with Brightness/Contrast while switching between video processors
Fixes an audio compatibility issue with the Device Id for Win7/8
Fixes an issue with OpenFromFileDialog and WinMoveOnDrag
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 891d26b

Please sign in to comment.