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 444523 - [queue2] Pull mode support
[queue2] Pull mode support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal enhancement
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-05 21:48 UTC by Thiago Sousa Santos
Modified: 2007-06-06 13:37 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Includes pull mode support on queue2 (4.03 KB, patch)
2007-06-05 21:49 UTC, Thiago Sousa Santos
committed Details | Review

Description Thiago Sousa Santos 2007-06-05 21:48:25 UTC
Implement pull mode support for the queue2 element.
Comment 1 Thiago Sousa Santos 2007-06-05 21:49:35 UTC
Created attachment 89439 [details] [review]
Includes pull mode support on queue2
Comment 2 Wim Taymans 2007-06-06 13:37:45 UTC
        Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>

        * gst/playback/gstqueue2.c: (gst_queue_init),
        (gst_queue_handle_sink_event), (gst_queue_chain),
        (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
        (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
        (gst_queue_src_activate_pull):
        Add pull based scheduling and fix some deadlocks. Fixes #444523.
        Does not yet completely work because duration queries upstream won't
        block yet.