summaryrefslogtreecommitdiff
path: root/gst/gstbin.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-16gst: Don't use base_init and use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge1-18/+15
2011-04-11Merge branch 'master' into 0.11Wim Taymans1-2/+1
2011-04-08bus: Use a construct-only property to distinguish between child buses and nor...Sebastian Dröge1-2/+1
2011-04-06Merge branch 'master' into 0.11Sebastian Dröge1-0/+1
2011-04-06bus: Add private API to set a GstBus in child modeSebastian Dröge1-0/+1
2011-03-28Merge branch 'master' into 0.11-fdoWim Taymans1-4/+1
2011-03-28basesrc: Return FALSE if we don't handle an eventArun Raghavan1-4/+1
2011-02-22Merge branch 'master' into 0.11Wim Taymans1-13/+21
2011-02-10docs: mention that it's necessary to set the state of elements added to an al...Tim-Philipp Müller1-0/+8
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-13/+13
2010-12-07element: rework GstElementDetailsWim Taymans1-1/+1
2010-12-06remove deprecated symbols and methodsWim Taymans1-82/+0