index
:
~bilboed/gstreamer
1.12
design
fastqueue-1.0
master
uridecodebin3-1.12
Personal copy of GStreamer (core)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstbus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-27
Port gtk-doc comments to their equivalent markdown syntax
Thibault Saunier
1
-0
/
+1
2016-06-29
poll: #define EWOULDBLOCK to EAGAIN if it's not defined on Windows
Sebastian Dröge
1
-0
/
+6
2016-06-29
bus: Make sure to always read the control after popping a message
Sebastian Dröge
1
-2
/
+18
2016-06-28
bus: chain up GObject::constructed() to the parent class' implementation
Guillaume Desmottes
1
-0
/
+2
2016-02-29
Revert "bus: change GstBusSource to hold a weak ref to GstBus"
Sebastian Dröge
1
-43
/
+26
2016-02-29
Revert "bus: Make sure to remove the GPollFD from the GSources when destroyin...
Sebastian Dröge
1
-36
/
+9
2016-02-29
bus: Make sure to remove the GPollFD from the GSources when destroying the bus
Sebastian Dröge
1
-9
/
+36
2016-02-26
bus: Prevent gst_bus_add_watch_full_unlocked from a segfault if priv->poll ==...
James Stevenson
1
-0
/
+4
2016-02-25
bus: change GstBusSource to hold a weak ref to GstBus
Thiago Santos
1
-26
/
+43
2015-07-13
docs: bus: mention main loop requirement in gst_bus_add_watch() docs
Tim-Philipp Müller
1
-0
/
+4
2015-03-27
bus: Add guards against invalid arguments to set_flushing() and poll()
Sebastian Dröge
1
-0
/
+4
2015-03-13
bus: Use g_list_free_full() instead of manually unreffing and freeing
Sebastian Dröge
1
-6
/
+2
2015-03-13
bus: Fix another case where we hold the object lock while unreffing a message
Sebastian Dröge
1
-1
/
+1
2015-03-13
bus: Unreferencing messages outside the lock
Vivia Nikolaidou
1
-1
/
+8
2015-02-17
message, bus: fix async message delivery
Tim-Philipp Müller
1
-0
/
+12
2014-12-01
Don't compare booleans for equality to TRUE and FALSE
Sebastian Dröge
1
-1
/
+1
2014-11-02
doc: Do not use deprecated gtk-doc 'Rename to' tag
Luis de Bethencourt
1
-2
/
+1
2014-10-14
bus: Add a function to remove a bus watch
Linus Svensson
1
-4
/
+45
2014-08-28
bus: gst_bus_add_watch() can return 0 on error
Linus Svensson
1
-2
/
+2
2014-08-13
bus: destroy signal watch from the context it was mapped to
Philippe Normand
1
-16
/
+14
2014-06-26
introspection: add missing (nullable) annotations to return values
Evan Nemerson
1
-20
/
+23
2014-05-30
docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE
Evan Nemerson
1
-13
/
+13
2014-04-26
docs: remove outdated and pointless 'Last reviewed' lines from docs
Tim-Philipp Müller
1
-2
/
+0
2014-03-17
Fix extended message handling with gst_bus_pop_timed_filtered()
Jan Schmidt
1
-6
/
+11
2014-03-16
message, bus: do extended message types slightly differently
Tim-Philipp Müller
1
-2
/
+5
2013-04-10
bus: fix the precondition for gst_bus_disable_sync_message_emission()
Stefan Sauer
1
-1
/
+1
2013-04-05
bus: update signal docs for gst_bus_enable_sync_message_emission()
Stefan Sauer
1
-6
/
+2
2012-11-03
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-08-07
bus: Add allow-none to the function argument of gst_bus_set_sync_handler()
Sebastian Dröge
1
-1
/
+1
2012-07-10
Remove 0.10-related documentation and "Since" markers
Edward Hervey
1
-16
/
+9
2012-07-09
bus, clock: make sure these never have a floating ref
Tim-Philipp Müller
1
-0
/
+3
2012-06-26
Revert "bus: skip gst_bus_create_watch as GSource is not introspectable"
Tim-Philipp Müller
1
-1
/
+1
2012-06-26
bus: skip gst_bus_create_watch as GSource is not introspectable
Johan Dahlin
1
-1
/
+1
2012-06-20
bus: add GDestroyNotify to set_sync_handler()
Wim Taymans
1
-4
/
+33
2012-06-18
introspection: assorted introspection and documentation fixes
Evan Nemerson
1
-1
/
+2
2012-03-28
review some docs
Wim Taymans
1
-1
/
+1
2012-03-27
bus: Change the timeout argument type of gst_bus_poll() from GstClockTimeDiff...
Sebastian Dröge
1
-3
/
+3
2012-03-02
gst: Remove gstmarshal.[ch] completely and use the generic marshaller
Sebastian Dröge
1
-2
/
+2
2012-02-27
remove some useless includes in .h
Wim Taymans
1
-0
/
+1
2012-02-27
bus: make more fields private
Wim Taymans
1
-38
/
+46
2012-01-22
Use recent GLib API unconditionally now that we depend on the latest GLib
Tim-Philipp Müller
1
-2
/
+0
2012-01-19
docs: fix typo in bus docs
Tim-Philipp Müller
1
-1
/
+1
2012-01-19
Update for new gthread API
Wim Taymans
1
-18
/
+17
2011-12-04
Merge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller
1
-0
/
+1
2011-12-04
Work around deprecated thread API in glib master
Tim-Philipp Müller
1
-0
/
+1
2011-12-01
Merge remote-tracking branch 'origin/master' into 0.11
Tim-Philipp Müller
1
-3
/
+1
2011-12-01
bus: use GST_MESSAGE_SOURCE_NAME() which also takes care of src=NULL.
Stefan Sauer
1
-1
/
+1
2011-11-23
bus: handle NULL message src in debug
Wim Taymans
1
-1
/
+4
2011-10-21
Merging origin/master
Edward Hervey
1
-3
/
+10
2011-10-19
introspection: Rename gst_bus_add_watch_full to gst_bus_add_watch
Johan Dahlin
1
-2
/
+2
[next]