summaryrefslogtreecommitdiff
path: root/gst/gstpipeline.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller1-3/+3
2009-10-22gstpipeline: Simplify base time checking slightlyJan Schmidt1-6/+3
2009-05-29docs: update element an pipeline docsWim Taymans1-2/+2
2009-05-29pipeline: deprecate old methods, fix testWim Taymans1-18/+14
2009-05-29pipeline: use START_TIME to keep track of timeWim Taymans1-55/+53
2009-05-21docs: update docs for stream_time->running_timeWim Taymans1-17/+24
2009-04-04gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge1-37/+13
2009-04-03pipeline: remove redundant assignment.Edward Hervey1-1/+0
2008-10-29gst/gstpipeline.c: Some more comments.Wim Taymans1-3/+11
2008-10-08gst/gstpipeline.c: Release the object lock before trying to flush the bus.Wim Taymans1-4/+15
2008-05-14gst/gstinfo.c: Explain why we copy the list.Stefan Kost1-1/+1
2008-03-22Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it ev...Sebastian Dröge1-2/+2
2008-02-05Revert previous changes to the behaviour of GstPadTemplates, etc and the poss...Sebastian Dröge1-9/+13
2008-02-03Don't use base_init where not absolutely necessary. For example it's not nece...Sebastian Dröge1-10/+3
2007-09-13gst/: Move latency query from GstPipeline to GstBin so that we can also use i...Wim Taymans1-37/+0
2007-05-22gst/gstelement.c (gst_element_requires_clock, gst_element_provides_clock, gst...Stefan Kost1-25/+23
2007-04-06gst/gstpipeline.c: Only try to select a different pipeline clock when we went...Wim Taymans1-12/+31
2007-03-23gst/gstpipeline.c: Modify the clock distribution path in PAUSED->PLAYING so t...Jan Schmidt1-30/+38
2007-03-19docs/gst/gstreamer-sections.txt: Add new element field and method.Wim Taymans1-114/+115
2007-02-28gst/gstelement.*: Improve docs a little. Added Since: for new macro.Wim Taymans1-8/+16
2007-02-23gst/gstpipeline.c: Don't ref a NULL clock in _provide_clock_func().Wim Taymans1-30/+36
2006-09-15gst/: Small cleanups in docs and code.Wim Taymans1-2/+2
2006-06-22gst/gstcaps.c: Fix crasher when passed NULL. Doc clarification.Wim Taymans1-4/+3
2006-05-11G_OBJECT_CLASS macro usage batch cleanup, fixes #337747 for coreStefan Kost1-2/+2
2006-04-28make GstElementDetails constStefan Kost1-1/+1
2006-04-22gst/: Fix internal data flow errors. Fixes #338711.Wim Taymans1-0/+3
2006-04-05gst/gstpipeline.c: When we create a pipeline bus, initially create it in flus...Michael Smith1-0/+4
2006-03-21Series of fixes for dereferenced pointers that gcc 4.1 complains about.Edward Hervey1-4/+10
2006-03-14gst/gstpipeline.c: Add 'Since: 0.10.5' to gtk-doc blurb for added property.Tim-Philipp Müller1-0/+2
2006-03-13gst/gstpipeline.c: Don't deadlock when reading properties.Wim Taymans1-4/+0
2006-03-13Documentation updates.Wim Taymans1-66/+220
2006-03-09Add new API: gst_pipeline_set_auto_flush_bus() and gst_pipeline_get_auto_flus...Tim-Philipp Müller1-3/+97
2006-01-20docs/random/release: update notesThomas Vander Stichele1-1/+3
2005-12-05gst/gstpipeline.c: Fix small typo in docs.Wim Taymans1-1/+1
2005-11-23gst/gsterror.*: Add error for clock stuff.Wim Taymans1-1/+5
2005-11-22gst/base/gstbasesink.*: No need to store the clock, the parent element class ...Wim Taymans1-8/+21
2005-11-21*.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK,...Andy Wingo1-29/+29
2005-11-15gst/gstelement.c (gst_element_set_base_time): Add debugging.Andy Wingo1-17/+58
2005-10-15various style fixesThomas Vander Stichele1-6/+9
2005-10-15whitespace fixesThomas Vander Stichele1-1/+1
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-3/+3
2005-10-12Use GstClockTime in _get_state() instead of GTimeVal.Wim Taymans1-3/+1
2005-10-11docs/design/part-states.txt: Some more docs.Wim Taymans1-3/+3
2005-10-10check/: Check fixes, use API as stated in design docs, remove hacks.Wim Taymans1-51/+4
2005-10-08gst/: Small docs and debug updates.Wim Taymans1-4/+10
2005-10-08gst/gstbin.c: Fix typos, add comments.Wim Taymans1-9/+9
2005-10-08gst/gstmessage.*: Clean up.Wim Taymans1-4/+13
2005-09-29check/gst/gstbin.c: Add bus to bin.Wim Taymans1-0/+5
2005-09-28gst/gstbin.c: Small doc fixes. get_clock -> provide_clock.Wim Taymans1-6/+8
2005-09-28gst/gstbin.c: Some documentation updates.Wim Taymans1-1/+0