[Bug 758160] splitmuxsink with mpegtsmux, curlftpsink generates only the first fragment and pipeline exits with a timeout error.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jan 2 14:58:44 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=758160

Jan Schmidt <thaytan at noraisin.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #342107|none                        |reviewed
             status|                            |

--- Comment #13 from Jan Schmidt <thaytan at noraisin.net> ---
Review of attachment 342107:
 --> (https://bugzilla.gnome.org/review?bug=758160&attachment=342107)

::: ext/curl/gstcurlbasesink.c
@@ -468,3 @@
-    gst_poll_free (sink->fdset);
-    sink->fdset = NULL;
-  }

This doesn't seem quite right. In general, in ->stop(), elements should clean
up dynamic resources that were created in start() or during streaming. If curl
is reusing data across calls to start()/stop()/start(), it sounds like it's not
doing enough cleanup in stop().

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list