summaryrefslogtreecommitdiff
path: root/gst/gstbin.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-14message: add the running-time to the async-done messageWim 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
2012-01-25gst: Changed introspection transfer flag to (transfer floating)Peteris Krisjanis1-1/+1
2012-01-19Update for new gthread APIWim Taymans1-3/+0
2011-12-30index: remove GstIndex and GstIndexFactory for nowTim-Philipp Müller1-4/+12
2011-12-04Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+3
2011-12-04Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller1-0/+3
2011-11-29bin: keep the element flags up-to-dateWim Taymans1-4/+35
2011-11-28element: use flags for require/provide clockWim Taymans1-2/+4
2011-11-28element: clean up element flagsWim Taymans1-19/+20
2011-11-27warnings: avoid set-but-unused warnings with load-save disabledStefan Sauer1-7/+5
2011-11-10element: add a default set_clock implementationWim Taymans1-0/+3
2011-11-04bin: fix the iterator copyWim Taymans1-2/+2
2011-11-04Merge branch 'master' into 0.11Wim Taymans1-11/+9
2011-11-03bin: use statically allocated GQueueTim-Philipp Müller1-10/+9
2011-10-21Merging origin/masterEdward Hervey1-1/+2
2011-10-18logging: more logging and prefer human readable details over memory locationsStefan Sauer1-0/+2
2011-10-16Merge branch 'master' into 0.11Wim Taymans1-4/+5
2011-10-13logging: use _OBJECT variants moreStefan Sauer1-4/+5
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge1-4/+4
2011-09-07docs, gst: typo fixesPiotr Fusik1-4/+4
2011-06-08message: rename variableWim Taymans1-7/+6
2011-06-08message: move the new_base_time flag to async_doneWim Taymans1-17/+16
2011-05-31gst: Remove obvious dead assignmentsEdward Hervey1-2/+0
2011-05-17Revert "query: allow _make_writable on query handlers"Sebastian Dröge1-20/+16
2011-05-17Revert "bin: Dereference GstQuery** before passing it to GST_QUERY_TYPE_NAME"Sebastian Dröge1-1/+1
2011-05-16Merge branch 'master' into 0.11Sebastian Dröge1-19/+33
2011-05-14bin: Don't interprete pipelines without sink elements as always being in EOS ...Sebastian Dröge1-1/+9
2011-05-14bin: Only post EOS messages after reaching the PLAYING stateSebastian Dröge1-17/+54
2011-05-14element: Add GstElement::state_changed vfuncSebastian Dröge1-10/+8
2011-05-14bin: If activating one pad failed error out early instead of trying to activa...Sebastian Dröge1-7/+6
2011-05-11bin: Dereference GstQuery** before passing it to GST_QUERY_TYPE_NAMESebastian Dröge1-1/+1
2011-05-10query: allow _make_writable on query handlersWim Taymans1-16/+20
2011-05-06bin: let the pad clean up in activateWim Taymans1-2/+0
2011-05-05gst: Update everything for the new GstIterator APISebastian Dröge1-123/+181
2011-05-05iterator: free struct in gst_iterator_freeJohan Dahlin1-1/+0
2011-05-05bin: Only post EOS messages after reaching the PLAYING stateSebastian Dröge1-17/+45
2011-05-05bin: If activating one pad failed error out early instead of trying to activa...Sebastian Dröge1-7/+6
2011-04-26Revert lockfree GstBus for the releaseTim-Philipp Müller1-1/+1
2011-04-18bin: Enable DURATION query cachingSebastian Dröge1-11/+0