summaryrefslogtreecommitdiff
path: root/gst/gstpipeline.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-24Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier1-1170/+0
2020-12-22pipeline: clarify that applications should handle bus messagesMichael Tretter1-2/+6
2020-04-09pipeline: fix base_time selection when flush seeking liveMathieu Duponchelle1-0/+18
2019-11-03pipeline: Instant rate change handlingJan Schmidt1-0/+120
2018-06-24Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller1-7/+3
2017-06-20element: Add missing values for "to same" state changesThibault Saunier1-0/+16
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-0/+1
2016-04-02GST_REFCOUNTING: Add logging of pointer address for dispose, finalize, etc me...Mark Combellack1-1/+1
2015-06-11pipeline: Add gst_pipeline_set_latency(), getter and GObject propertySebastian Dröge1-1/+152
2015-04-02pipeline: Add binding friendly gst_pipeline_get_pipeline_clock()Olivier Crête1-3/+27
2014-07-21pipeline: Reset the start time when going from PAUSED to READY tooSebastian Dröge1-0/+2
2014-07-21pipeline: Reset start time in READY->PAUSED before chaining upSebastian Dröge1-4/+3
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-2/+2
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-08-10pipeline: g-i: allow clock to be NULL in gst_pipeline_use_clock()Tim-Philipp Müller1-1/+1
2013-02-05gstpipeline: fix failed assertion caused by seeking pipeline with NULL clockNate Bogdanowicz1-1/+4
2013-01-15pipeline: add allow-none annotation for gst_pipeline_new()'s name propertyTim-Philipp Müller1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-17bin, pipeline: use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-12/+0
2012-06-18introspection: assorted introspection and documentation fixesEvan Nemerson1-1/+1
2012-06-14pipeline: use reset_time message to reset the start timeWim Taymans1-9/+8
2012-03-29docs: update more documentationWim Taymans1-8/+2
2012-01-25gst_pipeline_new now returns a floating reference.Peteris Krisjanis1-1/+1
2011-12-25Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-1/+3
2011-12-22pipeline: only have a top-level pipeline do pipeline managementMark Nauwelaerts1-1/+3
2011-10-08Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-10-07pipeline: Use pipeline category for one more log messageThiago Santos1-1/+1
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge1-1/+1
2011-09-07docs, gst: typo fixesPiotr Fusik1-1/+1
2011-06-08message: rename variableWim Taymans1-3/+3
2011-06-08message: move the new_base_time flag to async_doneWim Taymans1-2/+2
2011-04-16gst: Don't use base_init and use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge1-15/+9
2011-02-22Merge branch 'master' into 0.11Wim Taymans1-5/+5
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-5/+5
2010-12-07element: rework GstElementDetailsWim Taymans1-1/+1
2010-12-06remove deprecated symbols and methodsWim Taymans1-74/+0
2010-12-03pipeline: Use an object as first argument to GST_WARNING_OBJECTEdward Hervey1-1/+2
2010-12-02pipeline: avoid using invalid clock timesWim Taymans1-1/+7
2010-07-16pipeline: If the currently used clock gets lost update it the next time when ...Sebastian Dröge1-1/+15
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-0/+7
2010-03-10Make code safe for -Wredundant-declsBenjamin Otte1-2/+0
2010-01-28pipeline: Take start_time after chaining up tooWim Taymans1-28/+49
2009-12-24pipeline: avoid some type checksWim Taymans1-5/+4
2009-11-25docs: fix xrefs in docsStefan Kost1-1/+2
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