summaryrefslogtreecommitdiff
path: root/gst/gstevent.c
Commit message (Expand)AuthorAgeFilesLines
* event: add annotations to gst_event_parse_toc_select()Ognyan Tonchev2014-09-171-1/+1
* introspection: minor annotation additionsEvan Nemerson2014-06-121-4/+5
* docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson2014-05-301-3/+3
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* event: Update running time in QoS based on the pad offsetsSebastian Dröge2014-04-101-1/+11
* event: Add running-time-offset field to all eventsSebastian Dröge2014-04-101-0/+54
* docs: fix problems introduced by c068b225fef5a9bf0Reynaldo H. Verdejo Pinochet2014-02-271-1/+1
* docs: convert the examples to use gtk-doc markup, instead of docbookStefan Sauer2014-02-271-5/+2
* docs: Fix typos in function/object descriptionsSebastian Rasmussen2013-12-071-5/+5
* event: Remove CONTEXT downstream eventSebastian Dröge2013-09-171-54/+0
* gst: Add new group-id field to the stream-start eventSebastian Dröge2013-07-221-0/+51
* Add few missing allow-none annotationNicolas Dufresne2013-07-031-2/+2
* docs: more since markers and other docs fixesTim-Philipp Müller2013-04-021-1/+5
* event: add stream flags to stream-start eventTim-Philipp Müller2013-03-311-1/+39
* gst: Add new GstContext miniobject for sharing contexts in a pipelineSebastian Dröge2013-03-291-0/+50
* event: fix annotation for gst_event_parse_stream_startAlessandro Decina2012-11-231-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* event: Allow GST_CLOCK_TIME_NONE as duration for GAP eventsSebastian Dröge2012-10-241-1/+0
* events: remove STREAM_CONFIGWim Taymans2012-09-111-220/+0
* event: fix leak in gst_event_parse_stream_start()Tim-Philipp Müller2012-08-121-3/+7
* docs: fix up docs a bitTim-Philipp Müller2012-08-111-1/+2
* event: Add new stream-id field to the stream-start eventSebastian Dröge2012-08-061-2/+39
* event: make TOC event multi-stickyTim-Philipp Müller2012-07-281-1/+9
* tag: Add a scope to taglistsSebastian Dröge2012-07-281-5/+8
* event: improve annotationWim Taymans2012-07-111-1/+1
* Remove 0.10-related documentation and "Since" markersEdward Hervey2012-07-101-30/+0
* event: Add format and position to the segment-done eventSebastian Dröge2012-07-051-3/+40
* event: Implement segment-done eventSebastian Dröge2012-07-051-0/+22
* miniobject: add lock functionality to GstMiniObjectWim Taymans2012-07-051-1/+1
* toc: put toc directly into event/message/query structureTim-Philipp Müller2012-06-261-12/+10
* miniobjects: pass copy, dispose and free function to gst_mini_object_init()Tim-Philipp Müller2012-06-231-4/+3
* introspection: assorted introspection and documentation fixesEvan Nemerson2012-06-181-1/+1
* docs: improve API docsWim Taymans2012-06-151-1/+0
* event: no need to store the size of the structure inside the structureTim-Philipp Müller2012-06-151-12/+6
* miniobject: remove the size fieldWim Taymans2012-06-141-3/+8
* event: Don't make the TOC event a multi-sticky eventSebastian Dröge2012-06-061-1/+1
* event: add name to sticky_multi eventsWim Taymans2012-06-061-5/+13
* message, event: update for tag lists not being structures any moreTim-Philipp Müller2012-05-261-2/+14
* docs: fix a typo and clarify event handling a bit moreStefan Sauer2012-05-211-3/+3
* toc: don't export private functionsTim-Philipp Müller2012-04-021-4/+4
* toc: port to 0.11Stefan Sauer2012-04-021-1/+1
* Merge branch '0.10'Stefan Sauer2012-04-021-0/+111
|\
| * Add new TOC and TOC select eventsAlexander Saprykin2012-04-021-0/+111
* | docs: update more documentationWim Taymans2012-03-291-1/+2
* | review some docsWim Taymans2012-03-281-11/+7
* | event: fix docs a little, alloc_buffer is goneWim Taymans2012-03-161-2/+2
* | event: make _parse_nth_stream_config_header() and _parse_setup_data() return ...Tim-Philipp Müller2012-02-121-8/+19
* | event: rename gst_event_{set,parse}_stream_config_codec_data() to _setup_data()Tim-Philipp Müller2012-02-121-14/+14
* | clean up object initWim Taymans2012-02-101-24/+19
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-1/+1