bus: Add private API to set a GstBus in child mode
[platform/upstream/gstreamer.git] / gst / gstbus.c
2011-04-06 Sebastian Drögebus: Add private API to set a GstBus in child mode
2011-04-06 Sebastian DrögeRevert "bus: Only create the signalling socket pair...
2011-04-06 Sebastian DrögeRevert "bus: Check if pending messages are in the queue"
2011-04-06 Sebastian Drögebus: Check if pending messages are in the queue
2011-04-05 Sebastian Drögebus: Only create the signalling socket pair when required
2011-02-16 Wim Taymansbus: make the bus almost lockfree
2011-01-31 Tim-Philipp Müllerbus: honour any per-thread default main context set...
2010-12-26 Tim-Philipp MüllerRevert "micro-optim: if (x) is cheaper than if (x ...
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-12-03 Edward Herveymicro-optim: if (x) is cheaper than if (x > 0) for...
2010-05-19 Stefan Kostdocs: add links for GSource priorities
2010-03-28 Sebastian Drögegst: Use GSlice instead of normal g_malloc in more...
2010-03-15 Stefan Kostbus: turn g_return_if_fail into g_assert.
2010-03-10 Benjamin OtteMerge branch 'work'
2010-03-10 Benjamin OtteMake code safe for -Wredundant-decls
2010-01-11 Wim Taymansbus: whitespace fixes
2009-12-14 Stefan Kostdocs: link bus and tasks
2009-11-25 Stefan Kostdocs: fix xrefs in docs
2009-10-28 Edward Herveyoptimisation : Use g_object_newv where possible.
2009-10-28 Tim-Philipp MüllerRemove GST_DEBUG_FUNCPTR where they're pointless
2009-04-04 Sebastian Drögegst: Use G_DEFINE_TYPE and don't call g_thread_init...
2009-04-03 Edward HerveyRemove unused variables detected by LLVM's Clang static...
2009-02-05 Stefan Kostbus: remove unused set/get property functions
2009-01-17 Tim-Philipp Müllergst/gstbus.c: Fix order of members in GstBusSource...
2009-01-05 Wim Taymansgst/gstbus.c: The lock order should be maincontext...
2008-12-27 Tim-Philipp Müllergst/gstbus.c: Make GstBusSource work with non-default...
2008-10-13 Wim Taymansgst/gstbus.c: Fix deadlock, g_source_get_id() cannot...
2008-10-13 Olivier Cretegst/gstbus.c: Only allow one bus watch to be set at...
2008-06-20 Tim-Philipp Müllergst/gstbus.c: Make it known that gst_bus_poll() is...
2008-05-05 Sjoerd Simonsgst/gstbus.c: Don't print a warning if the queue is...
2007-10-19 Tim-Philipp Müllergst/gstbus.c: When no GSource callback has been set...
2007-10-16 Tim-Philipp MüllerAPI: add gst_bus_pop_filtered
2007-09-26 Wim Taymansgst/gstbus.c: Improve debugging when dealing with _poll().
2007-02-27 Wim TaymansAPI: gst_bus_timed_pop()
2006-10-03 Tim-Philipp Müllergst/gstbus.c: More docs for the sync-message signal...
2006-06-21 Tim-Philipp Müllergst/gstbus.c: Fix some typos, make docs more explicit.
2006-05-04 James AndrewarthaMake sure gstprivate.h and/or config.h are always inclu...
2006-04-07 Wim Taymansgst/gstbus.c: Small documentation clarification about...
2006-03-13 Wim TaymansDocumentation updates.
2006-02-28 Wim Taymansgst/gstbin.c: Help the compiler a bit with type registr...
2006-02-13 Wim TaymansAdd new functions to docs.
2006-02-13 Wim Taymansdocs/design/part-TODO.txt: Updated TODO list, basesrc...
2006-02-10 Andy Wingogst/gstbus.c (gst_bus_class_init): Declare our private...
2006-01-20 Thomas Vander Sticheledocs/random/release: update notes
2005-11-22 Wim Taymansgst/base/gstbasesink.c: Make sure the GstFlowReturn...
2005-11-21 Andy Wingo*.*: Ran scripts/update-macros. Oh yes. gst/gstobject...
2005-11-10 Andy Wingocheck/gst/gstbin.c (test_message_state_changed_children...
2005-11-04 Wim Taymansgst/gstbus.c: Don't leak a mutex unlock in case of...
2005-11-04 Wim Taymansgst/gstbus.c: Get the context to wake up only once.
2005-11-03 Tim-Philipp Müllergst/gstbus.c: Fix some typos.
2005-10-28 Julien Mouttegst/gstbus.c: Doc updates.
2005-10-24 Wim Taymansgst/gstbus.c: Doc fix.
2005-10-15 Thomas Vander Stichelevarious style fixes
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-12 Thomas Vander Stichelegst/gstbus.c: use HAVE_UNISTD_H
2005-10-12 Stefan Kostrenamed GST_FLAGS macros to GST_OBJECT_FLAGS moved...
2005-10-08 Wim Taymansgst/: Small cleanups and doc updates.
2005-10-06 Thomas Vander Stichelegst/: widen the debug category in output to fit the...
2005-10-04 Julien Mouttegst/gstbus.c: We don't need this header.
2005-09-29 Thomas Vander Sticheleuse message type names
2005-09-29 Andy Wingogst/gstbus.c (gst_bus_remove_signal_watch): New functio...
2005-09-29 Wim Taymanscheck/gst/gstbin.c: Change for new bus API.
2005-09-28 Wim Taymansgst/gstbus.*: Added async-message and sync-message...
2005-09-28 Thomas Vander Stichelecheck/gst/gstpipeline.c: add another check
2005-09-23 Tim-Philipp MüllerAdd blurb about how the bus goes into flushing mode...
2005-09-23 Tim-Philipp Müllercheck/gst/gstbin.c: Added test to check state change...
2005-09-20 Wim TaymansThe timeout handler should have lower priority than...
2005-09-19 Thomas Vander Stichelewhitespace fix
2005-09-19 Wim TaymansGstBusHandler -> GstBusFunc, return value has the same...
2005-09-02 Stefan Kostmerged elementdetails docs into elementfactory docs...
2005-09-01 Wim Taymansgst/base/gstbasesink.*: Handle newsegments more correctly.
2005-08-31 Stefan Kostcheck/gst-libs/controller.c: more tests (hehe I have...
2005-08-27 Stefan Kostdocs/design/part-messages.txt: update info
2005-08-26 Jan SchmidtAdd metadata reading example that loops over a list...
2005-08-25 Wim Taymansgst/gstbin.c: Be a bit more conservative about the...
2005-08-23 Stefan Kostadded about 100 symbols from gstreamer-unused.txt to...
2005-08-18 Jan Schmidtcheck/: I wrote a test!
2005-08-15 Thomas Vander Sticheledon't convert NULL structures to strings
2005-07-29 Jan Schmidtgst/gstbus.c: gst_bus_poll may be called from other...
2005-07-22 Wim Taymansdocs/design/part-events.txt: Small update.
2005-07-18 Wim Taymansdocs/design/: Some more docs in the works.
2005-07-09 Thomas Vander Stichelecheck/gst/gstbin.c: add test for state change message...
2005-07-07 Andy Wingogst/gstbus.c (gst_bus_have_pending): Remove intensely...
2005-06-28 Wim Taymansgst/gstbus.c: Add debugging messages.
2005-06-28 Andy Wingo*.c: Don't cast to GST_OBJECT when reffing or unreffing...
2005-06-27 Andy Wingogst/base/gsttypefindhelper.c (gst_type_find_helper...
2005-05-26 Wim Taymansgst/gstbus.*: Implement a real GSource and use g_main_c...
2005-05-19 Wim Taymansgst/: Make subbufer unref the parent in finalize. some...
2005-05-11 Andy Wingogst/elements/gstfakesink.c (gst_fakesink_render): Er...
2005-03-22 Wim TaymansDocs updates
2005-03-21 Wim Taymansgst/gstbus.c: Fix copy-and-paste error.
2005-03-21 Wim TaymansNext big merge.