bus: Add private API to set a GstBus in child mode
[platform/upstream/gstreamer.git] / gst / gstbin.c
2011-04-06 Sebastian Drögebus: Add private API to set a GstBus in child mode
2011-03-28 Arun Raghavanbasesrc: Return FALSE if we don't handle an event
2011-02-10 Tim-Philipp Müllerdocs: mention that it's necessary to set the state...
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-12-05 Edward Herveygstbin: Make element names clearer in debug statements
2010-10-11 Wim Taymansbin: fix documentation for iterate_sources
2010-10-11 Sebastian Drögebin: Initialize variable
2010-10-11 Wim Taymansbin: Improve tracking of source elements
2010-09-16 Wim Taymansbin: fix doc string, we post element messages
2010-09-16 Wim Taymansbin: add message-forward option
2010-08-20 Wim Taymansbin: relax the source element check
2010-06-26 Tim-Philipp MüllerDon't include <libxml/parser.h> from public headers...
2010-06-25 Sebastian Drögegstxml: Deprecate GstXml and related functions
2010-05-25 Wim Taymansgstbin: unlock _get_state() on error
2010-04-15 Tim-Philipp Müllerbin: fix bogus variable type
2010-04-14 Wim Taymansbin: fix refcount when removing elements during state...
2010-03-28 Sebastian Drögegst: Use GSlice instead of normal g_malloc in more...
2010-03-25 Wim Taymansbin: improve docs a little
2010-03-22 Stefan Kostparse-launch: make delayed set recursive
2010-01-24 Stefan Kostbin: make a interface vmethod implementation static
2009-12-24 Wim Taymansavoid some more type checks
2009-12-11 Wim Taymansbin: never skip a state change to PLAYING
2009-12-04 Sebastian Drögebin: Ignore state change failures from children that...
2009-10-28 Tim-Philipp MüllerRemove GST_DEBUG_FUNCPTR where they're pointless
2009-10-06 Tim-Philipp Müllergst: remove more unnecessary cast when using g_signal_*()
2009-09-04 Aurelien Grimaudbin: Only unref EOS message after it is not used anymore
2009-09-02 Wim Taymansstates: post structure change on sinkpads
2009-09-02 Wim Taymansbin: avoid false 'loop detected' warnings
2009-09-01 Jan Schmidtgstbin: Don't propagate a NULL cached index to added...
2009-08-28 Wim Taymansbin: cache index
2009-08-18 Antoine Tremblaygstbin: Don't try to change children's state if they...
2009-08-06 Stefan Kostbin: fix compiler warning about unused var when disabli...
2009-06-16 Josep Torragstbin: swap the lines of my previous commit
2009-06-16 Josep Torragstbin: remove clock references when clock lost happens
2009-06-15 Wim Taymansbin: make sure we set the next state correctly
2009-05-29 Wim Taymansbin: set the base_time and start_time better
2009-05-29 Wim Taymansbin: make the bin set the start_time on elements
2009-05-20 Hannes Bistryloadsave: fix requestpad handling and serialisation...
2009-05-11 Tim-Philipp Müllerbin: fix debug message
2009-04-24 Wim TaymansGstBin: set PENDING_STATE correctly
2009-04-09 Wim Taymansbin: always mark pending_async_done
2009-04-08 Stefan Kostdocs: xref more
2009-04-04 Sebastian Drögegst: Use G_DEFINE_TYPE and friends or at least g_once_i...
2009-04-03 Edward Herveygstbin: Remove unused variable.
2009-03-17 Stefan Kostbin: forward segment-start like segment-done if parent...
2009-01-05 Wim Taymansgst/gstbin.c: Use an iterator to set the clock and...
2008-11-19 Wim Taymansgst/gstbin.*: Add do-latency signal with the old defaul...
2008-11-18 Wim TaymansAdd method to recalculate and redistribute the latency...
2008-11-04 Wim Taymansgst/gstbin.c: Get the seqnum before we dispose the...
2008-11-04 Wim TaymansCopy seqnums from events to messages so that they can...
2008-10-10 Wim Taymansgst/gstbin.c: The message src can be NULL, don't try...
2008-10-06 Olivier Cretegst/gstbin.c: Keep track of pads that are being linked...
2008-08-25 Wim Taymansgst/gstbin.c: Take the (recursive) state lock between...
2008-08-25 Wim Taymansgst/gstbin.c: When an element is in the locked state...
2008-08-04 Wim Taymansgst/gstbin.c: Fix race for bins that simulate ASYNC...
2008-07-31 Sebastian DrögeRemove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere.
2008-06-25 Wim Taymansgst/gstbin.c: Only care about latency min and max when...
2008-04-25 Antoine Tremblaygst/gstbin.c: Use the GLib stuff to create a private...
2008-04-23 Stefan Kostdocs/gst/gstreamer-sections.txt: Move GParamSepc macros...
2008-03-22 Sebastian DrögeDefine G_PARAM_STATIC_STRINGS if it's undefined (GLib...
2008-02-05 Sebastian DrögeRevert previous changes to the behaviour of GstPadTempl...
2008-02-03 Sebastian DrögeDon't use base_init where not absolutely necessary...
2007-11-22 Stefan Kostdocs/random/ensonic/profiling.txt: More ideas.
2007-11-19 Wim Taymansgst/gstbin.c: Change email, cleanups add some more...
2007-11-18 Stefan Kostgst/: Fix build with --disable-gst-debug. Fixes #497859.
2007-10-14 Wim Taymansgst/gstbin.c: Correctly set the next state if all of...
2007-10-13 Tim-Philipp Müllergst/gstbin.c: Don't shadow local variable.
2007-10-09 Wim Taymansgst/gstbin.c: Work around a problem with pipelines...
2007-09-17 Wim Taymansgst/gstbin.c: A latency query fails when one of the...
2007-09-17 Jan SchmidtFix minor compilation warnings shown with Forte.
2007-09-13 Wim Taymansgst/: Move latency query from GstPipeline to GstBin...
2007-08-16 Wim Taymansgst/gstbin.c: Improve debugging.
2007-08-16 Wim Taymansgst/gstbin.c: Fix annoying bug in the sorted iterator...
2007-08-14 Wim Taymansgst/gstbin.c: Move ASYNC_START message posting to where...
2007-08-14 Wim Taymansgst/gstbin.c: Always change the state of a NO_PREROLL...
2007-08-07 Wim Taymansdocs/design/part-TODO.txt: Add some more TODO items
2007-08-02 Wim Taymansgst/gstbin.c: Don't forget about the fact that some...
2007-07-18 Jan Schmidtgst/gstbin.c: Check that the state_cookie hasn't change...
2007-06-19 Wim Taymansgst/gstbin.c: Move the common code for posting state...
2007-06-18 Wim Taymansgst/gstbin.*: Immediatly commit the toplevel bin state...
2007-06-07 Wim Taymansgst/gstbin.c: Add helper function to find messages.
2007-05-25 Wim Taymansgst/gstbin.c: Make sure that the child bin stops after...
2007-05-24 Wim Taymansgst/gstbin.c: Enable latency for next release.
2007-05-22 Tim-Philipp Müllergst/gstbin.*: 'private' is a c++ keyword, let's not...
2007-05-22 Edward HerveyAdd a property for bins that handle the state change...
2007-05-21 Wim Taymansdocs/design/part-synchronisation.txt: Small addition.
2007-04-23 Stefan Kostgst/gstbin.c: Fix build with --gst-disable-gst-debug
2007-03-21 Wim Taymansgst/gstbin.c: Prepare for release where we warn against...
2007-03-19 Wim Taymansdocs/gst/gstreamer-sections.txt: Add new element field...
2007-03-10 Sébastien Mouttegst/gstbin.c: Use GST_STR_NULL to prevent NULL pointer...
2007-02-28 Wim Taymansgst/gstbin.c: Also report the live parameter of a laten...
2007-02-20 Wim Taymansgst/gstbin.c: Improve debug info.
2007-02-11 Stefan Kostdocs/libs/Makefile.am: Fix path to core docs.
2007-01-29 Stefan Kostconfigure.ac: comment about refining the xml deps
2006-12-07 Wim Taymansgst/gstbin.c: Add some more docs about the POSITION...
2006-11-06 Stefan Kostdocs/gst/gstreamer-sections.txt: add new API and fix...
2006-10-06 Josep Torre Vallesgst/gst.c: Fix empty declaration and type mismatch.
2006-09-15 Wim Taymansgst/gstbin.c: Update documentation.
2006-08-16 Wim Taymansgst/gstbin.c: Fix bogus docs.
2006-07-11 Edward Herveygst/gstbin.c: (de)activate src pads before calling...
next