summaryrefslogtreecommitdiff
path: root/tests/check/gst/gstevent.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-24Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier1-765/+0
2020-06-11event: Add unit test for INSTANT_RATE_CHANGE and INSTANT_RATE_SYNC_TIMEsohwan.park1-0/+47
2019-10-10core: Avoid usage of deprecated APIEdward Hervey1-35/+21
2019-04-01event: add new seek parameter, "trickmode-interval"Mathieu Duponchelle1-0/+17
2017-11-24tests: include config.h and don't include unix headersTim-Philipp Müller1-1/+3
2016-07-25events: Implement the stream-group-done eventJan Schmidt1-0/+17
2016-06-30gst: New Stream listing/selection systemEdward Hervey1-0/+56
2015-08-26tests: event: fix build failureThiago Santos1-1/+2
2015-04-18event: add new GST_EVENT_PROTECTIONAlex Ashley1-0/+36
2013-03-31event: add stream flags to stream-start eventTim-Philipp Müller1-0/+21
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-12tests: port to new GLib thread APIMark Nauwelaerts1-12/+12
2012-09-11events: remove STREAM_CONFIGWim Taymans1-71/+0
2012-07-28tag: Add a scope to taglistsSebastian Dröge1-1/+1
2012-07-27Update for new seeking variable nameWim Taymans1-5/+5
2012-06-06event: add name to sticky_multi eventsWim Taymans1-1/+1
2012-03-20buffer: improve gst_buffer_new_wrapped_full()Wim Taymans1-3/+8
2012-02-12event: rename gst_event_{set,parse}_stream_config_codec_data() to _setup_data()Tim-Philipp Müller1-4/+4
2012-01-28event: add constructor and parse function for new GAP eventTim-Philipp Müller1-0/+18
2012-01-27event: add construct and parse API for the new STREAM CONFIG eventTim-Philipp Müller1-0/+66
2011-11-08pad: Add GstPadProbeInfoWim Taymans1-9/+4
2011-11-07pad: rework pad probesWim Taymans1-2/+2
2011-11-04tests: fix testsWim Taymans1-0/+3
2011-11-02structure: cleanup APIWim Taymans1-4/+4
2011-11-01pad: rename GstProbeType and GstProbeReturn to GstPadProbe{Type,Return}Tim-Philipp Müller1-9/+9
2011-10-30taglist: rename _new() to _new_empty() and new_full*() to new*()Tim-Philipp Müller1-1/+1
2011-10-11tests: Fix more leaksEdward Hervey1-0/+2
2011-09-08Merge branch 'master' into 0.11Sebastian Dröge1-1/+1
2011-09-07docs, gst: typo fixesPiotr Fusik1-1/+1
2011-06-10event: add reset_time boolean to flush_stop eventWim Taymans1-1/+6
2011-06-01pad: further improve probes and pad blockingWim Taymans1-3/+5
2011-06-01pad: implement pad block with probesWim Taymans1-15/+29
2011-06-01utils: remove _full variants of probesWim Taymans1-2/+2
2011-05-30pad: Rework pad blocking, another attemptWim Taymans1-4/+58
2011-05-26pad: remove old gst_pad_set_blocked methodsWim Taymans1-2/+4
2011-05-18event: Make SEGMENT event parsing API more consistent with the othersSebastian Dröge1-1/+1
2011-05-18event: fix event copyWim Taymans1-2/+2
2011-05-17Revert "event: example of how to optimize events"Sebastian Dröge1-2/+2
2011-05-16Rework GstSegment handlingWim Taymans1-50/+17
2011-05-11event: example of how to optimize eventsWim Taymans1-2/+2
2011-05-09event: _qos_full -> _qosWim Taymans1-7/+7
2011-05-09segment: remove _full versionWim Taymans1-7/+8
2011-02-10event: add QoS event typeWim Taymans1-0/+20
2008-05-21Don't use gst_element_get_pad().Wim Taymans1-2/+2
2008-04-29Add method to conveniently check the name of a custom event with gst_event_ha...Wim Taymans1-0/+4
2008-02-29And correct even more valid sparse warnings.Sebastian Dröge1-4/+4
2008-02-21tests/check/gst/gstevent.c: Add qos to the event test. Rename tcase/tsuite; i...Stefan Kost1-4/+23
2007-02-15tests/check/gst/gstevent.c: Improve debugging.Wim Taymans1-5/+9
2006-10-02gst/gstevent.c: Fix gst_mini_object_make_writable() and gst_event_copy() for ...Alessandro Decina1-0/+26
2006-07-31gst/gstelementfactory.c: Remove unnecessary ref/unref pairJan Schmidt1-4/+8