miniobject: fix debug
[platform/upstream/gstreamer.git] / gst / gstpipeline.c
2011-04-06 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-04 Wim TaymansMerge branch 'master' into 0.11
2011-04-01 Wim TaymansMerge branch 'master' into 0.11
2011-03-31 Wim TaymansMerge branch 'master' into 0.11
2011-03-30 Wim TaymansMerge branch 'master' into 0.11-fdo
2011-03-28 Wim TaymansMerge branch 'master' into 0.11-fdo
2011-03-17 Sebastian DrögeMerge branch 'master' into 0.11
2011-03-10 Wim TaymansMerge branch 'master' into 0.11
2011-03-08 Wim TaymansMerge branch 'master' into 0.11
2011-03-02 Wim TaymansMerge branch 'master' into 0.11
2011-02-22 Wim TaymansMerge branch 'master' into 0.11
2011-02-22 Wim TaymansMerge branch 'master' into 0.11
2010-12-08 Edward HerveyMerge commit '0eaa25cbf5c0e4bf86545fb67c181a0ecd2f19c7...
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-12-07 Wim TaymansMerge branch 'master' into 0.11
2010-12-07 Wim Taymanselement: rework GstElementDetails
2010-12-06 Wim Taymansremove deprecated symbols and methods
2010-12-03 Edward Herveypipeline: Use an object as first argument to GST_WARNIN...
2010-12-02 Wim Taymanspipeline: avoid using invalid clock times
2010-07-16 Sebastian Drögepipeline: If the currently used clock gets lost update...
2010-03-11 Benjamin OtteFixes for -Wmissing-declarations -Wmissing-prototypes
2010-03-10 Benjamin OtteMerge branch 'work'
2010-03-10 Benjamin OtteMake code safe for -Wredundant-decls
2010-01-28 Wim Taymanspipeline: Take start_time after chaining up too
2009-12-24 Wim Taymanspipeline: avoid some type checks
2009-11-25 Stefan Kostdocs: fix xrefs in docs
2009-10-28 Tim-Philipp MüllerRemove GST_DEBUG_FUNCPTR where they're pointless
2009-10-22 Jan Schmidtgstpipeline: Simplify base time checking slightly
2009-05-29 Wim Taymansdocs: update element an pipeline docs
2009-05-29 Wim Taymanspipeline: deprecate old methods, fix test
2009-05-29 Wim Taymanspipeline: use START_TIME to keep track of time
2009-05-21 Wim Taymansdocs: update docs for stream_time->running_time
2009-04-04 Sebastian Drögegst: Use G_DEFINE_TYPE and friends or at least g_once_i...
2009-04-03 Edward Herveypipeline: remove redundant assignment.
2008-10-29 Wim Taymansgst/gstpipeline.c: Some more comments.
2008-10-08 Wim Taymansgst/gstpipeline.c: Release the object lock before tryin...
2008-05-14 Stefan Kostgst/gstinfo.c: Explain why we copy the list.
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-09-13 Wim Taymansgst/: Move latency query from GstPipeline to GstBin...
2007-05-22 Stefan Kostgst/gstelement.c (gst_element_requires_clock, gst_eleme...
2007-04-06 Wim Taymansgst/gstpipeline.c: Only try to select a different pipel...
2007-03-23 Jan Schmidtgst/gstpipeline.c: Modify the clock distribution path...
2007-03-19 Wim Taymansdocs/gst/gstreamer-sections.txt: Add new element field...
2007-02-28 Wim Taymansgst/gstelement.*: Improve docs a little. Added Since...
2007-02-23 Wim Taymansgst/gstpipeline.c: Don't ref a NULL clock in _provide_c...
2006-09-15 Wim Taymansgst/: Small cleanups in docs and code.
2006-06-22 Wim Taymansgst/gstcaps.c: Fix crasher when passed NULL. Doc clarif...
2006-05-11 Stefan KostG_OBJECT_CLASS macro usage batch cleanup, fixes #337747...
2006-04-28 Stefan Kostmake GstElementDetails const
2006-04-22 Wim Taymansgst/: Fix internal data flow errors. Fixes #338711.
2006-04-05 Michael Smithgst/gstpipeline.c: When we create a pipeline bus, initi...
2006-03-21 Edward HerveySeries of fixes for dereferenced pointers that gcc...
2006-03-14 Tim-Philipp Müllergst/gstpipeline.c: Add 'Since: 0.10.5' to gtk-doc blurb...
2006-03-13 Wim Taymansgst/gstpipeline.c: Don't deadlock when reading properties.
2006-03-13 Wim TaymansDocumentation updates.
2006-03-09 Tim-Philipp MüllerAdd new API: gst_pipeline_set_auto_flush_bus() and...
2006-01-20 Thomas Vander Sticheledocs/random/release: update notes
2005-12-05 Wim Taymansgst/gstpipeline.c: Fix small typo in docs.
2005-11-23 Wim Taymansgst/gsterror.*: Add error for clock stuff.
2005-11-22 Wim Taymansgst/base/gstbasesink.*: No need to store the clock...
2005-11-21 Andy Wingo*.*: Ran scripts/update-macros. Oh yes. gst/gstobject...
2005-11-15 Andy Wingogst/gstelement.c (gst_element_set_base_time): Add debug...
2005-10-15 Thomas Vander Stichelevarious style fixes
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-12 Stefan Kostrenamed GST_FLAGS macros to GST_OBJECT_FLAGS moved...
2005-10-12 Wim TaymansUse GstClockTime in _get_state() instead of GTimeVal.
2005-10-11 Wim Taymansdocs/design/part-states.txt: Some more docs.
2005-10-10 Wim Taymanscheck/: Check fixes, use API as stated in design docs...
2005-10-08 Wim Taymansgst/: Small docs and debug updates.
2005-10-08 Wim Taymansgst/gstbin.c: Fix typos, add comments.
2005-10-08 Wim Taymansgst/gstmessage.*: Clean up.
2005-09-29 Wim Taymanscheck/gst/gstbin.c: Add bus to bin.
2005-09-28 Wim Taymansgst/gstbin.c: Small doc fixes. get_clock -> provide_clock.
2005-09-28 Wim Taymansgst/gstbin.c: Some documentation updates.
2005-09-27 Stefan Kostadded two new functions to the docs documents all undoc...
2005-09-25 Stefan Kostinlined the last two docs files removed the tmpl direct...
2005-09-23 Thomas Vander Stichelecommon/gtk-doc.mak: don't fail on building XML, FC4...
2005-09-19 Wim Taymansgst/gstpipeline.c: Automatically PAUSE and RESUME a...
2005-09-02 Andy Wingogst/gstelement.h (GstState): Renamed from GstElementSta...
2005-08-22 Wim Taymansgst/base/gstbasetransform.c: Also call the transform...
2005-08-22 Jan Schmidtgst/base/gstbasesink.c: Remove extra parameter to debug...
2005-08-17 Andy Wingogst/gstpipeline.c (gst_pipeline_change_state): Interpre...
2005-07-18 Wim TaymansRemoved plugable schedulers.
2005-07-16 Wim Taymansgst/base/gstbasesink.*: Store and use discont values...
2005-07-09 Thomas Vander Stichelegst/base/gstbasesrc.c: add finalize method and clean...
2005-07-06 Jan Schmidtexamples/: Update a couple of the examples to work...
2005-06-28 Wim Taymansgst/gstbus.c: Add debugging messages.
2005-06-28 Edward Herveygst/gstpipeline.c: Wheen a seek was successful on a...
2005-06-28 Andy Wingo*.c: Don't cast to GST_OBJECT when reffing or unreffing...
2005-06-27 Andy Wingogst/base/gsttypefindhelper.c (gst_type_find_helper...
2005-06-25 Wim TaymansAllow elements to post EOS in the state change function.
2005-06-02 Wim Taymansgst/gstpipeline.c: Take snapshot of state without blocking.
2005-05-19 Ronald S. Bultjegst/gstpipeline.c: Do not access variables after they...
2005-05-14 Andy Wingogst/gstpipeline.c (gst_pipeline_init): Drop ref on...
2005-05-11 Andy Wingogst/elements/gstfakesink.c (gst_fakesink_render): Er...
2005-04-28 Wim Taymansgst/: Better debugging of clocking info.
2005-04-12 Wim TaymansAdded typefind helper.
2005-03-28 Wim TaymansAdded state change code.
next