qtmux: remove duplicate attribute value set

It is also set a few lines below
This commit is contained in:
Thiago Santos 2015-06-10 22:29:01 -03:00
parent ec5bc9dccb
commit f83fd7a88f

View file

@ -3898,8 +3898,6 @@ gst_qt_mux_subtitle_sink_set_caps (GstQTPad * qtpad, GstCaps * caps)
GstStructure *structure; GstStructure *structure;
SubtitleSampleEntry entry = { 0, }; SubtitleSampleEntry entry = { 0, };
qtpad->prepare_buf_func = NULL;
/* does not go well to renegotiate stream mid-way, unless /* does not go well to renegotiate stream mid-way, unless
* the old caps are a subset of the new one (this means upstream * 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) */ * added more info to the caps, as both should be 'fixed' caps) */