After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 394977 - multipartmux not honoring flow return
multipartmux not honoring flow return
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.6
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-10 10:53 UTC by Jonas Holmberg
Modified: 2007-01-11 11:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to (possibly) return correct values from gst_multipart_mux_collected (1.68 KB, patch)
2007-01-10 10:57 UTC, Jonas Holmberg
committed Details | Review

Description Jonas Holmberg 2007-01-10 10:53:39 UTC
Please describe the problem:
Multipart mux sometimes returns GST_FLOW_OK in gst_multipart_mux_collected even though errors have occured.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Jonas Holmberg 2007-01-10 10:57:11 UTC
Created attachment 79933 [details] [review]
patch to (possibly) return correct values from gst_multipart_mux_collected

The patch contains a few FIXMEs that needs furter attention.
Comment 2 Wim Taymans 2007-01-11 11:05:04 UTC
        Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>

        * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
        (gst_multipart_mux_request_new_pad),
        (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
        (gst_multipart_mux_change_state):
        Return FLOW errors ASAP. Fixes #394977.
        Misc cleanups.