From f83fd7a88f8ecf3fa296778aaf648ae768f31cef Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Wed, 10 Jun 2015 22:29:01 -0300 Subject: [PATCH] qtmux: remove duplicate attribute value set It is also set a few lines below --- gst/isomp4/gstqtmux.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/isomp4/gstqtmux.c b/gst/isomp4/gstqtmux.c index 34eb4ae304..aabae624f0 100644 --- a/gst/isomp4/gstqtmux.c +++ b/gst/isomp4/gstqtmux.c @@ -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) */