]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/history - gst/gstmessage.c
gststructure: early out when we know a value cannot be a subset
[glsdk/gstreamer0-10.git] / gst / gstmessage.c
2011-10-18 Thiago Santosmessage: protect against null message sources
2011-10-18 Stefan Sauerlogging: more logging and prefer human readable details...
2011-08-26 Josep Torramessage: explicitly cast to the right enum types
2011-07-16 Raluca Elena Podiucdocs: removed double negation in event/message seq...
2011-02-15 Wim Taymansmessage: add timeout to progress message
2011-02-15 Wim Taymansmessage: rename category to code
2011-02-15 Wim Taymansmessage: add new message quark
2011-02-15 Wim Taymansmessage: add progress message functions
2010-12-07 Tim-Philipp Müllerdocs: gst: more gobject introspection annotations
2010-06-16 Johan Dahlinmessage: Add out annotations
2010-04-07 Tim-Philipp Müllerdocs: add a few code snippets that show how to use...
2010-03-17 Wim Taymansmessage: improve docs a little
2010-03-17 Robert Swainmessage: add QoS message to inform apps of lost data
2009-10-23 Wim TaymansRevert "gstmessage: Avoid expensive src/type/timestamp...
2009-10-23 Edward Herveygstmessage: Avoid expensive src/type/timestamp fetch.
2009-09-11 Jan SchmidtDon't use C++ style comments
2009-09-11 Jan Schmidtmessage: Disable restriction that structure changes...
2009-09-02 Wim Taymansstates: post structure change on sinkpads
2009-06-30 Wim Taymansmessage: fix parsing of the step done message
2009-06-24 Edward Herveyminiobjects: Don't chain up to empty finalize method.
2009-06-19 Tim-Philipp Müllerdocs: make gtk-doc happy
2009-06-12 Wim Taymansmessage: fix docs
2009-06-12 Wim Taymansstepping: more stepping improvements
2009-06-12 Wim Taymansmessage: add step-start message
2009-06-01 Wim Taymansframestep: implement backwards framestep
2009-06-01 Wim Taymansadd new API for framestepping
2009-05-29 Tim-Philipp Müllerstructure: add gst_structure_id_new() convenience function
2009-05-29 Tim-Philipp Müllermicro-optimisation: use GST_QUARK in more places
2009-05-27 Sebastian DrögeAPI: Add gst_message_{new,parse}_tag_full() to get...
2009-05-22 Stefan Kostdocs: fix gtk-doc warnings
2009-05-22 Jan Schmidtdocs: Fix up some documentation warnings.
2009-05-11 Wim Taymansmessage: clarify some docs
2009-05-11 Wim TaymansGstMessage: Add STREAM_STATUS message methods
2009-04-04 Sebastian Drögegst: Use G_DEFINE_TYPE and friends or at least g_once_i...
2009-02-18 Wim TaymansAdd message to request a state change
2008-11-04 Andy WingoAdd sequence numbers to events and messages. See #559250.
2008-10-06 Wim TaymansImplement STRUCTURE_CHANGED messages. These messages...
2008-07-24 Thijs Vermeirgst/gstmessage.c: Fix confusing documentation.
2008-05-17 Sebastian Drögegst/gstmessage.*: Mark the debug string parameters...
2008-04-16 Stefan Kostgst/gstmessage.c: Use G_GINT64_CONSTANT in varargs...
2008-04-08 Wim TaymansReorder the message docs and headers for clarity.
2008-04-08 Wim Taymansgst/gstmessage.c: Use GstQuark for messages.
2008-02-12 Sebastian DrögeProperly chain up finalize functions to the parent...
2007-11-01 Tim-Philipp Müllerg_type_class_ref() other types as well, see #349410...
2007-07-25 Stefan KostAnother conditional doc check.
2007-03-19 Wim TaymansAdd ASYNC_START and ASYNC_DONE messages to prepare...
2007-02-28 Wim Taymansgst/gstelement.c: Handle INFO messages from the GST_ELE...
2007-02-21 Wim Taymansgst/gstmessage.*: Remove new messages for release.
2007-02-02 Wim Taymansdocs/gst/gstreamer-sections.txt: Add docs for new methods.
2006-09-22 Wim TaymansUpdate docs about buffering.
2006-09-15 Wim TaymansAdded methods to create and parse BUFFERING messages.
2006-06-12 Stefan Kostgst/: constify quark registration strings. Fixes #344115
2006-05-04 James AndrewarthaMake sure gstprivate.h and/or config.h are always inclu...
2006-03-06 Michael Smithgst/gstmessage.c: When copying a message, set the paren...
2006-01-06 Tim-Philipp Müllergst/gstmessage.c: Don't crash when return location...
2005-11-21 Tim-Philipp Müllergst/gstmessage.c: Improve docs for DURATION message...
2005-11-17 Tim-Philipp Müllergst/gstmessage.c: Assertion should check for CLOCK_LOST...
2005-11-09 Wim Taymansdocs/gst/gstreamer-sections.txt: Moved the message...
2005-10-20 Wim Taymansgst/base/gstbasesink.c: Speed up current position calcu...
2005-10-18 Wim TaymansSeriously, this is better than a previous commit as...
2005-10-18 Wim TaymansMake messages future proof. state-change gets a flag...
2005-10-17 Andy Wingogst/base/gstcollectpads.c (gst_collectpads_chain):...
2005-10-15 Thomas Vander Stichelevarious style fixes
2005-10-15 Thomas Vander Stichelewhitespace fixes
2005-10-09 Philippe Kalafgst/gstmessage.c: Fixed a few forgotten variables on...
2005-10-09 Thomas Vander Stichelegst/gstmessage.*: don't use new, it's a C++ keyword
2005-10-08 Stefan Kostlots of new docs and doc fixes
2005-10-08 Wim Taymansgst/gstmessage.*: Also carry the clock in question.
2005-10-08 Wim Taymansgst/gstmessage.*: Clean up.
2005-10-08 Wim TaymansAdded extra field to STATE_CHANGE message with the...
2005-10-07 Andy Wingodocs/gst/gstreamer-sections.txt: Update.
2005-09-29 Thomas Vander Sticheleuse message type names
2005-09-29 Johan Dahlingst/gstmessage.c (gst_message_parse_state_changed)...
2005-09-29 Johan Dahlingst/gstmessage.c (gst_message_new_state_changed): Use
2005-09-28 Wim Taymansgst/gstbus.*: Added async-message and sync-message...
2005-09-20 Thomas Vander Sticheleremove include of removed header
2005-09-07 Stefan Kostrenamed gsttag -> gsttaglist, gsttaginterface -> gsttag...
2005-09-02 Andy Wingogst/gstelement.h (GstState): Renamed from GstElementSta...
2005-08-27 Stefan Kostdocs/design/part-messages.txt: update info
2005-08-26 Stefan Kostgst/gstmessage.*: doc fixes
2005-08-25 Jan SchmidtRevert unpopular change for GST_MESSAGE_SRC to GObject.
2005-08-25 Thomas Vander Stichelefix docs by fixing enum typedef
2005-08-24 Jan SchmidtChange GST_MESSAGE_SRC to be a GObject rather than...
2005-08-21 Thomas Vander Stichelecheck/Makefile.am: don't valgrind the controller test...
2005-08-01 Jan Schmidtgst/base/gstbasetransform.c: Handle PAUSED->READY-...
2005-07-27 Wim TaymansSome docs updates
2005-07-20 Wim Taymansgst/gstmessage.*: Added a bunch of messages for advance...
2005-07-20 Ronald S. Bultjegst/gstmessage.*: Add _new_custom, make _new_applicatio...
2005-07-18 Wim TaymansRemoved plugable schedulers.
2005-07-15 Wim TaymansTotally dump messages in -launch with the -m option.
2005-07-12 Thomas Vander Stichelefix refcounting of warning and error messages
2005-07-09 Thomas Vander Stichelecheck/gst/gstbin.c: add test for state change message...
2005-07-05 Andy Wingocheck/: Application message API change.
2005-06-27 Andy Wingogst/base/gsttypefindhelper.c (gst_type_find_helper...
2005-06-25 Wim Taymansgst/: Keep track of current target state while performi...
2005-05-19 Wim Taymansgst/: Make subbufer unref the parent in finalize. some...
2005-05-17 Thomas Vander Stichelegst/: Make sure the class is reffed/unreffed once befor...
2005-05-16 David Schleefcheck/Makefile.am: remove GstData checks
2005-05-09 Wim TaymansRemove old query functions. Ported old code.
2005-04-24 David SchleefConvert everything from GstAtomicInt to g_atomic_int_...
next