summaryrefslogtreecommitdiff
path: root/plugins/elements/gstqueue.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-30docs/gst/gstreamer-sections.txt: remove double entries from the docsThomas Vander Stichele1-6/+6
2005-11-29move queue from core to the elements plugin çThomas Vander Stichele1-6/+4
2005-11-28Makefile.am: don't run checks if we don't have checkThomas Vander Stichele1-3/+3
2005-11-22gst/: correctly fix GEnumValues so that nick is the short lowercase dashed tagThomas Vander Stichele1-3/+3
2005-11-21check/gst/gstevent.c (create_custom_events): Check thatAndy Wingo1-4/+0
2005-11-16check/Makefile.am: Enable valgrind check that should work fine now.Wim Taymans1-6/+2
2005-11-15Revert all these unrefs, they don't even pass make check !Thomas Vander Stichele1-2/+0
2005-11-15And gst_object_unref here tooJohan Dahlin1-2/+2
2005-11-15gst/: Free pad templates, fixes a couple of leaks.Johan Dahlin1-6/+10
2005-11-03gst/gstbus.c: Fix some typos.Tim-Philipp Müller1-1/+4
2005-10-31Boo!Andy Wingo1-12/+8
2005-10-28gst/base/gstbasetransform.c: Don't leak class.Wim Taymans1-0/+11
2005-10-24gst/gstbus.c: Doc fix.Wim Taymans1-14/+6
2005-10-24Fix some minor documentation typosMichael Smith1-3/+3
2005-10-23remove prematurely added error category and clean up the instancesThomas Vander Stichele1-2/+3
2005-10-20gst/base/gstbasesink.c: Speed up current position calculation.Wim Taymans1-5/+7
2005-10-19gst/: API change fix.Wim Taymans1-6/+6
2005-10-15various style fixesThomas Vander Stichele1-1/+1
2005-10-15whitespace fixesThomas Vander Stichele1-4/+4
2005-10-08gst/base/gstbasesink.c: Better log message.Wim Taymans1-26/+1
2005-09-02more docs inlinedStefan Kost1-0/+14
2005-09-02gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a no...Andy Wingo1-13/+14
2005-08-24check/generic/states.c: Make sure all tasks are stopped.Wim Taymans1-7/+10
2005-08-23gst/gstevent.*: Some more debugging output and doc cleanups.Wim Taymans1-1/+2
2005-08-22gst/base/gstbasesink.c: Remove extra parameter to debug outputJan Schmidt1-3/+7
2005-08-18check/: I wrote a test!Jan Schmidt1-3/+10
2005-08-15docs/gst/gstreamer-sections.txt: made some defines privateStefan Kost1-0/+26
2005-07-27Some docs updatesWim Taymans1-22/+28
2005-07-21docs/design/part-seeking.txt: Some small additions.Wim Taymans1-7/+41
2005-07-20gst/base/gstbasesrc.*: Add a gboolean to decide when to push out a discont.Wim Taymans1-63/+51
2005-07-19gst/gstqueue.*: Propagate GstFlowReturn more intelligently upstream and outpu...Wim Taymans1-33/+76
2005-07-17gst/gstqueue.c: Fix nasty refcount bug.Wim Taymans1-3/+3
2005-07-14gst/gstcaps.c: Remove debug info.Wim Taymans1-9/+12
2005-07-13fix debug ifdefThomas Vander Stichele1-1/+1
2005-06-30debug disable fixesThomas Vander Stichele1-1/+4
2005-06-28gst/: The deprecated pad loop function is removed now.Wim Taymans1-1/+0
2005-06-27gst/base/gsttypefindhelper.c (gst_type_find_helper): Unref any remaining buffer.Andy Wingo1-45/+35
2005-06-23gst/: No unsafe task pausing please.Wim Taymans1-2/+2
2005-06-08gst/gstutils.c: RPAD fixes all around.Andy Wingo1-4/+4
2005-06-02gst/: Bufferalloc: return GstFlowReturn to more accuratly report why allocati...Wim Taymans1-16/+7
2005-05-30gst/gstqueue.c: Remove old pieces of codeWim Taymans1-37/+1
2005-05-25gst/: Fix state changes for non sinks. We now change sinks, then elements wit...Wim Taymans1-26/+80
2005-05-25gst/: Implement gst_pad_pause/start/stop_task(), take STREAM lock in task fun...Wim Taymans1-35/+10
2005-05-17gst/: Don't queue buffers in basesink when we are flushing.Wim Taymans1-2/+2
2005-05-16check/Makefile.am: remove GstData checksDavid Schleef1-6/+6
2005-05-09Remove old query functions. Ported old code.Wim Taymans1-17/+29
2005-05-06gst/: Fix gst_pad_peer_get_caps(), make it return NULL if no peer.Wim Taymans1-5/+8
2005-03-21Next big merge.Wim Taymans1-467/+298
2005-03-08Remove threadsafe properties. Fix elements because GObject complains when ins...Wim Taymans1-2/+3
2005-03-07First THREADED backport attempt, focusing on adding locks and making sure the...Wim Taymans1-1/+6