summaryrefslogtreecommitdiff
path: root/gst/gstbin.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-3/+3
2009-10-06gst: remove more unnecessary cast when using g_signal_*()Tim-Philipp Müller1-3/+3
2009-09-04bin: Only unref EOS message after it is not used anymoreAurelien Grimaud1-0/+3
2009-09-02states: post structure change on sinkpadsWim Taymans1-15/+13
2009-09-02bin: avoid false 'loop detected' warningsWim Taymans1-1/+12
2009-09-01gstbin: Don't propagate a NULL cached index to added elementsJan Schmidt1-1/+2
2009-08-28bin: cache indexWim Taymans1-0/+49
2009-08-18gstbin: Don't try to change children's state if they're already in the state ...Antoine Tremblay1-3/+27
2009-08-06bin: fix compiler warning about unused var when disabling debug loggingStefan Kost1-6/+5
2009-06-16gstbin: swap the lines of my previous commitJosep Torra1-2/+2
2009-06-16gstbin: remove clock references when clock lost happensJosep Torra1-0/+6
2009-06-15bin: make sure we set the next state correctlyWim Taymans1-1/+11
2009-05-29bin: set the base_time and start_time betterWim Taymans1-5/+4
2009-05-29bin: make the bin set the start_time on elementsWim Taymans1-7/+14
2009-05-20loadsave: fix requestpad handling and serialisation order.Hannes Bistry1-2/+2
2009-05-11bin: fix debug messageTim-Philipp Müller1-3/+7
2009-04-24GstBin: set PENDING_STATE correctlyWim Taymans1-0/+1
2009-04-09bin: always mark pending_async_doneWim Taymans1-10/+14
2009-04-08docs: xref moreStefan Kost1-4/+3
2009-04-04gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge1-52/+25
2009-04-03gstbin: Remove unused variable.Edward Hervey1-2/+1
2009-03-17bin: forward segment-start like segment-done if parent is also a bin, fixes #...Stefan Kost1-1/+27
2009-01-05gst/gstbin.c: Use an iterator to set the clock and the index so that we can r...Wim Taymans1-13/+57
2008-11-19gst/gstbin.*: Add do-latency signal with the old default fallback implementat...Wim Taymans1-0/+58
2008-11-18Add method to recalculate and redistribute the latency on a bin.Wim Taymans1-5/+22
2008-11-04gst/gstbin.c: Get the seqnum before we dispose the message.Wim Taymans1-1/+1
2008-11-04Copy seqnums from events to messages so that they can all be related back to ...Wim Taymans1-7/+16
2008-10-10gst/gstbin.c: The message src can be NULL, don't try to print the object name...Wim Taymans1-9/+9
2008-10-06gst/gstbin.c: Keep track of pads that are being linked/unlinked and resync th...Olivier Crete1-14/+85
2008-08-25gst/gstbin.c: Take the (recursive) state lock between getting the locked stat...Wim Taymans1-0/+6
2008-08-25gst/gstbin.c: When an element is in the locked state we still want to update ...Wim Taymans1-3/+3
2008-08-04gst/gstbin.c: Fix race for bins that simulate ASYNC state changes by insertingWim Taymans1-7/+27
2008-07-31Remove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere.Sebastian Dröge1-6/+2
2008-06-25gst/gstbin.c: Only care about latency min and max when the sink is actually a...Wim Taymans1-8/+10
2008-04-25gst/gstbin.c: Use the GLib stuff to create a private structure.Antoine Tremblay1-8/+9
2008-04-23docs/gst/gstreamer-sections.txt: Move GParamSepc macros to standart section.Stefan Kost1-5/+0
2008-03-22Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it ev...Sebastian Dröge1-1/+1
2008-02-05Revert previous changes to the behaviour of GstPadTemplates, etc and the poss...Sebastian Dröge1-10/+14
2008-02-03Don't use base_init where not absolutely necessary. For example it's not nece...Sebastian Dröge1-10/+3
2007-11-22docs/random/ensonic/profiling.txt: More ideas.Stefan Kost1-1/+10
2007-11-19gst/gstbin.c: Change email, cleanups add some more debug and comments.Wim Taymans1-17/+32
2007-11-18gst/: Fix build with --disable-gst-debug. Fixes #497859.Stefan Kost1-2/+1
2007-10-14gst/gstbin.c: Correctly set the next state if all of our async children commi...Wim Taymans1-0/+1
2007-10-13gst/gstbin.c: Don't shadow local variable.Tim-Philipp Müller1-2/+0
2007-10-09gst/gstbin.c: Work around a problem with pipelines containing (semi)loops unt...Wim Taymans1-4/+12
2007-09-17gst/gstbin.c: A latency query fails when one of the sinks fail.Wim Taymans1-4/+6
2007-09-17Fix minor compilation warnings shown with Forte.Jan Schmidt1-1/+2
2007-09-13gst/: Move latency query from GstPipeline to GstBin so that we can also use i...Wim Taymans1-3/+69
2007-08-16gst/gstbin.c: Improve debugging.Wim Taymans1-21/+32
2007-08-16gst/gstbin.c: Fix annoying bug in the sorted iterator where a sink that is no...Wim Taymans1-3/+26