]> git.sesse.net Git - vlc/commit
vout: inherit variables from configuration (fixes #7378)
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 22 Aug 2012 19:18:51 +0000 (22:18 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 22 Aug 2012 19:18:51 +0000 (22:18 +0300)
commit001e307c5b4ff24828b9413a7fa6f978f0b017fb
tree5234d3db5037cb7da227cd57905cf110f65fdeb5
parentf0a7d9a4906754d9c4c5f84354953e8bda79f535
vout: inherit variables from configuration (fixes #7378)

The VLC UIs use the VLC configuration instead of variables. That way,
updated values are propagated immediately, rather than when a video
output is created.

Since the snapshot-related variables have no callbacks, they only need
to be created if and when they are overriden/set. This only occurs with
the LibVLC media player snapshot function (which remains quite broken).
lib/video.c
src/video_output/video_output.c
src/video_output/vout_intf.c