From a3e9b676c07497152630463afd00682777b2b1df Mon Sep 17 00:00:00 2001 From: Brian Li Date: Mon, 5 Sep 2011 14:46:29 +0200 Subject: [PATCH] qtdemux: fragmented support; properly init return variable value Fixes #655918. --- gst/isomp4/qtdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index 78300173ca..88f1401a9f 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -5204,7 +5204,7 @@ qtdemux_add_fragmented_samples (GstQTDemux * qtdemux) guint64 length, offset; GstBuffer *buf = NULL; GstFlowReturn ret = GST_FLOW_OK; - GstFlowReturn res = TRUE; + GstFlowReturn res = GST_FLOW_OK; offset = qtdemux->moof_offset; GST_DEBUG_OBJECT (qtdemux, "next moof at offset %" G_GUINT64_FORMAT, offset); -- 2.34.1