summaryrefslogtreecommitdiff
path: root/gst/realmedia/rmdemux.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-23realmedia: Drop duplicate seek events.Doug Nazar1-7/+42
2021-03-15rmdemux: Make sure we have enough data available when parsing audio/video pac...Sebastian Dröge1-0/+35
2020-07-27rmdemux: Don't ignore the return value of gst_segment_do_seek()Jan Schmidt1-2/+5
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-2/+1
2016-03-24ugly: use new gst_element_class_add_static_pad_template()Vineeth TM1-6/+6
2015-08-06rmdemux: fix assertion error when freeing old tags.Vineeth TM1-1/+2
2015-07-21rmdemux: mark tag list as global scopeTim-Philipp Müller1-0/+2
2015-07-21rmdemux: fix taglist leakTim-Philipp Müller1-1/+5
2015-07-21rmdemux: fix wrong unref when there are no tagsVineeth TM1-4/+6
2015-07-21rmdemux: fix memory leaks during error casesVineeth T M1-10/+17
2015-07-16rmdemux: fix tag memory leakVineeth T M1-0/+1
2015-03-28rmdemux: resurrect some flow return handlingMark Nauwelaerts1-1/+2
2014-06-03rmdemux: use GstFlowCombinerThiago Santos1-39/+10
2013-07-29gst: Don't swap start/stop for negative rates in the SEGMENT querySebastian Dröge1-7/+0
2013-07-29real: Implement SEGMENT querySebastian Dröge1-0/+26
2013-07-22realmedia: Add support for group-id in the stream-start eventSebastian Dröge1-1/+25
2013-07-18rmdemux: Mark demuxer as "running" in push-modeEdward Hervey1-0/+1
2013-03-25Use %03u instead of %u in gst_pad_create_stream_id_printf()David Schleef1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-13rmdemux: use DTS and PTSWim Taymans1-147/+29
2012-09-11gst: only activate in pull mode if upstream is seekableMark Nauwelaerts1-1/+2
2012-08-08gst: silence some compiler warnings with -DG_DISABLE_ASSERTTim-Philipp Müller1-0/+1
2012-08-06gst: Add stream-id to stream-start eventsSebastian Dröge1-2/+9
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller1-2/+2
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-3/+2
2012-07-18rmdemux: give stream tags a different event name so they don't overwrite glob...Tim-Philipp Müller1-1/+1
2012-07-18rmdemux: set/send caps after activating the source padsTim-Philipp Müller1-1/+1
2012-07-13demuxers: Push STREAM_START when neededEdward Hervey1-0/+1
2012-07-05gst: Implement segment-done eventSebastian Dröge1-0/+2
2012-06-20update for task api changeWim Taymans1-2/+2
2012-06-06update for tag event changeWim Taymans1-2/+3
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-16don't pass random pointers to pull_rangeWim Taymans1-0/+2
2012-01-25port to new memory APIWim Taymans1-35/+42
2012-01-19port to new gthread APIWim Taymans1-4/+0
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-0/+4
2012-01-09rmdemux: Don't use buffer after unreffingSebastian Dröge1-1/+3
2012-01-03GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-3/+3
2011-12-12Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+4
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-6/+6
2011-11-23Fix print format compiler warnings on OS X / 64bitMatej Knopp1-13/+15
2011-11-21update for activation changesWim Taymans1-46/+34
2011-11-18update for new scheduling queryWim Taymans1-1/+2
2011-11-18add parent to activate functionsWim Taymans1-8/+11
2011-11-17add parent to pad functionsWim Taymans1-18/+14
2011-11-16add parent to query functionWim Taymans1-5/+5
2011-11-10update for adapter api changeWim Taymans1-9/+18
2011-11-09remove query typesWim Taymans1-16/+0
2011-11-04realmedia is portedWim Taymans1-9/+9
2011-11-04more template fixesWim Taymans1-4/+4