qtmux: send stream warning when refusing video caps
authorJustin Kim <justin.kim@collabora.com>
Mon, 4 Dec 2017 11:12:40 +0000 (20:12 +0900)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Thu, 1 Feb 2018 10:12:46 +0000 (10:12 +0000)
commitad8a6cb6399c100e3ed74c3672e1cd69a718aa85
treeb714496683409bb86d1d11b41a09a5ecffed2a3e
parentdabeed52a995d27e16eba9e4617e61eb0bcd44c4
qtmux: send stream warning when refusing video caps

If codec_data is changed, the stream is no longer valid.
Rather than keeping running when refusing new caps,
this patch send a warning  to the bus.

Also fix up splitmuxsink to ignore this warning while changing caps.

https://bugzilla.gnome.org/show_bug.cgi?id=790000
gst/isomp4/gstqtmux.c
gst/multifile/gstsplitmuxsink.c