mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
qtmux: remove duplicate attribute value set
It is also set a few lines below
This commit is contained in:
parent
ec5bc9dccb
commit
f83fd7a88f
1 changed files with 0 additions and 2 deletions
|
@ -3898,8 +3898,6 @@ gst_qt_mux_subtitle_sink_set_caps (GstQTPad * qtpad, GstCaps * caps)
|
|||
GstStructure *structure;
|
||||
SubtitleSampleEntry entry = { 0, };
|
||||
|
||||
qtpad->prepare_buf_func = NULL;
|
||||
|
||||
/* does not go well to renegotiate stream mid-way, unless
|
||||
* the old caps are a subset of the new one (this means upstream
|
||||
* added more info to the caps, as both should be 'fixed' caps) */
|
||||
|
|
Loading…
Reference in a new issue