summaryrefslogtreecommitdiff
path: root/gst/gstbus.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-0/+1
2016-06-29poll: #define EWOULDBLOCK to EAGAIN if it's not defined on WindowsSebastian Dröge1-0/+6
2016-06-29bus: Make sure to always read the control after popping a messageSebastian Dröge1-2/+18
2016-06-28bus: chain up GObject::constructed() to the parent class' implementationGuillaume Desmottes1-0/+2
2016-02-29Revert "bus: change GstBusSource to hold a weak ref to GstBus"Sebastian Dröge1-43/+26
2016-02-29Revert "bus: Make sure to remove the GPollFD from the GSources when destroyin...Sebastian Dröge1-36/+9
2016-02-29bus: Make sure to remove the GPollFD from the GSources when destroying the busSebastian Dröge1-9/+36
2016-02-26bus: Prevent gst_bus_add_watch_full_unlocked from a segfault if priv->poll ==...James Stevenson1-0/+4
2016-02-25bus: change GstBusSource to hold a weak ref to GstBusThiago Santos1-26/+43
2015-07-13docs: bus: mention main loop requirement in gst_bus_add_watch() docsTim-Philipp Müller1-0/+4
2015-03-27bus: Add guards against invalid arguments to set_flushing() and poll()Sebastian Dröge1-0/+4
2015-03-13bus: Use g_list_free_full() instead of manually unreffing and freeingSebastian Dröge1-6/+2
2015-03-13bus: Fix another case where we hold the object lock while unreffing a messageSebastian Dröge1-1/+1
2015-03-13bus: Unreferencing messages outside the lockVivia Nikolaidou1-1/+8
2015-02-17message, bus: fix async message deliveryTim-Philipp Müller1-0/+12
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-1/+1
2014-11-02doc: Do not use deprecated gtk-doc 'Rename to' tagLuis de Bethencourt1-2/+1
2014-10-14bus: Add a function to remove a bus watchLinus Svensson1-4/+45
2014-08-28bus: gst_bus_add_watch() can return 0 on errorLinus Svensson1-2/+2
2014-08-13bus: destroy signal watch from the context it was mapped toPhilippe Normand1-16/+14
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-20/+23
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-13/+13
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-03-17Fix extended message handling with gst_bus_pop_timed_filtered()Jan Schmidt1-6/+11
2014-03-16message, bus: do extended message types slightly differentlyTim-Philipp Müller1-2/+5
2013-04-10bus: fix the precondition for gst_bus_disable_sync_message_emission()Stefan Sauer1-1/+1
2013-04-05bus: update signal docs for gst_bus_enable_sync_message_emission()Stefan Sauer1-6/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-08-07bus: Add allow-none to the function argument of gst_bus_set_sync_handler()Sebastian Dröge1-1/+1
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-16/+9
2012-07-09bus, clock: make sure these never have a floating refTim-Philipp Müller1-0/+3
2012-06-26Revert "bus: skip gst_bus_create_watch as GSource is not introspectable"Tim-Philipp Müller1-1/+1
2012-06-26bus: skip gst_bus_create_watch as GSource is not introspectableJohan Dahlin1-1/+1
2012-06-20bus: add GDestroyNotify to set_sync_handler()Wim Taymans1-4/+33
2012-06-18introspection: assorted introspection and documentation fixesEvan Nemerson1-1/+2
2012-03-28review some docsWim Taymans1-1/+1
2012-03-27bus: Change the timeout argument type of gst_bus_poll() from GstClockTimeDiff...Sebastian Dröge1-3/+3
2012-03-02gst: Remove gstmarshal.[ch] completely and use the generic marshallerSebastian Dröge1-2/+2
2012-02-27remove some useless includes in .hWim Taymans1-0/+1
2012-02-27bus: make more fields privateWim Taymans1-38/+46
2012-01-22Use recent GLib API unconditionally now that we depend on the latest GLibTim-Philipp Müller1-2/+0
2012-01-19docs: fix typo in bus docsTim-Philipp Müller1-1/+1
2012-01-19Update for new gthread APIWim Taymans1-18/+17
2011-12-04Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-0/+1
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+1
2011-12-01Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-3/+1
2011-12-01bus: use GST_MESSAGE_SOURCE_NAME() which also takes care of src=NULL.Stefan Sauer1-1/+1
2011-11-23bus: handle NULL message src in debugWim Taymans1-1/+4
2011-10-21Merging origin/masterEdward Hervey1-3/+10
2011-10-19introspection: Rename gst_bus_add_watch_full to gst_bus_add_watchJohan Dahlin1-2/+2