[vlc-commits] macosx: Set/unset demux filter for renderers
Marvin Scholz
git at videolan.org
Wed Jul 12 23:08:44 CEST 2017
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Jul 12 23:04:31 2017 +0200| [9923f2929bb8a35fb4c31b1175bf2359ee50607a] | committer: Marvin Scholz
macosx: Set/unset demux filter for renderers
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9923f2929bb8a35fb4c31b1175bf2359ee50607a
---
modules/gui/macosx/VLCRendererMenuController.m | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/gui/macosx/VLCRendererMenuController.m b/modules/gui/macosx/VLCRendererMenuController.m
index 721514810f..90ec15dfcd 100644
--- a/modules/gui/macosx/VLCRendererMenuController.m
+++ b/modules/gui/macosx/VLCRendererMenuController.m
@@ -170,8 +170,10 @@
if (item) {
[item setSoutForPlaylist:playlist];
+ [item setDemuxFilterForPlaylist:playlist];
} else {
[self unsetSoutForPlaylist:playlist];
+ [self unsetDemuxFilterForPlaylist:playlist];
}
}
More information about the vlc-commits
mailing list