summaryrefslogtreecommitdiff
path: root/gst/gstbin.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-15bin: undo upward state changes on children when a child failsVincent Penquerc'h1-1/+30
2015-01-16bin: Pass structs we plan to modify around by pointer, not valueSebastian Dröge1-6/+6
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-1/+1
2014-08-13bin: Use allow-none instead of nullable until we depend on a new enough GI ve...Sebastian Dröge1-1/+1
2014-08-13bin: gst_bin_new() can accept NULL as nameSebastian Dröge1-1/+1
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-9/+17
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-15/+15
2014-05-01bin: Always first post the state-changed message for PAUSED->READY before pos...Sebastian Dröge1-11/+24
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-04-25bin: When going to READY make sure to always deactivate padsSebastian Dröge1-3/+4
2014-04-22bin: Don't left-shift into the sign bit, the result is undefinedSebastian Dröge1-2/+2
2014-03-17gstbin: Avoid pointless object lock forwarding messages.Jan Schmidt1-10/+8
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-1/+1
2013-11-15bin: Resync iterator if necessarySebastian Dröge1-1/+2
2013-09-24bin: Make sure to cache context types that we did not store yetSebastian Dröge1-1/+1
2013-09-18bin: Implement context caching and propagation againSebastian Dröge1-1/+96
2013-09-17element: Remove GstContext cachingSebastian Dröge1-3/+0
2013-07-22bin: Use the new group-id field of the stream-start message for stream-start ...Sebastian Dröge1-4/+32
2013-07-10bin: Always forward clock-lost message if we're not a top-level binSebastian Dröge1-3/+7
2013-03-31element: Add API to get the last set context from an elementSebastian Dröge1-7/+2
2013-03-29gst: Add new GstContext miniobject for sharing contexts in a pipelineSebastian Dröge1-0/+34
2013-02-26use GST_MESSAGE_DURATION_CHANGED in docs and codeWim Taymans1-4/+4
2013-02-13bin: The latency query should return TRUE by default, different to other queriesSebastian Dröge1-5/+7
2013-02-12bin: query sink elements and source pads of the binPhilippe Normand1-38/+82
2013-02-12bin: Let gst_bin_send_event() send events to ghost pads as wellAlexander Schrab1-3/+42
2013-02-07bin: remove old commentWim Taymans1-20/+1
2013-02-07bin: reset GValue from iterator after usageWim Taymans1-0/+3
2012-12-21bin: add flag to disable resync state changeWim Taymans1-3/+6
2012-11-30bin: remove some castsWim Taymans1-3/+3
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-09-02message: rename GST_MESSAGE_DURATION -> GST_MESSAGE_DURATION_CHANGEDTim-Philipp Müller1-5/+14
2012-07-16bin: aggregate durations like in adderStefan Sauer1-0/+6
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-8/+0
2012-07-09gstbin: collect and aggregate STREAM_START messagesEdward Hervey1-0/+80
2012-07-03pads: make pad activation debug logs a bit more readableTim-Philipp Müller1-3/+3
2012-06-20bus: add GDestroyNotify to set_sync_handler()Wim Taymans1-1/+2
2012-06-18introspection: assorted introspection and documentation fixesEvan Nemerson1-2/+2
2012-06-14message: add the running-time to the async-done messagereset-timeWim Taymans1-9/+11
2012-06-13bin: always recurse into bins when doing state changesWim Taymans1-0/+5
2012-06-11childproxy: use GstChildProxy instead of GObject on the public apiStefan Sauer1-2/+3
2012-06-11bin: reorganize _remove_func to avoid racesWim Taymans1-33/+19
2012-05-21bin: try harder to avoid state changes in wrong directionWim Taymans1-19/+75
2012-03-30childproxy: include the child name in the signalStefan Sauer1-4/+6
2012-03-30childproxy: use GObject instead of GstObjectStefan Sauer1-4/+4
2012-03-28review some docsWim Taymans1-1/+1
2012-03-13bin: remove old compat modeWim Taymans1-24/+0
2012-03-02gst: Remove gstmarshal.[ch] completely and use the generic marshallerSebastian Dröge1-4/+3
2012-02-08Merge branch 'master' into 0.11Wim Taymans1-0/+10
2012-02-03bin: reset the EOS detection machinery after sending an EOS messageVincent Penquerc'h1-0/+10