summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-10check: Add helper that sends initial eventsHEADmasterNicolas Dufresne4-0/+33
2013-05-09pad: Fix uninitialized variable compiler warningSebastian Dröge1-1/+1
2013-05-09pad: Make sure pending, older sticky events are sent downstream in dynamic li...Sebastian Dröge1-0/+25
2013-05-09tests: Fix event order warnings and dataflow before stream-start/segment eventSebastian Dröge13-41/+220
2013-05-09basetransform: Properly port unit test to actually use caps and check resultsSebastian Dröge2-618/+147
2013-05-09queue: Store sticky events on the srcpad if we're dropping them because of le...Sebastian Dröge1-0/+6
2013-05-09outputselector: Always forward sticky events to all padsSebastian Dröge1-10/+10
2013-05-09inputselector: Forward all sticky events, including stream-startSebastian Dröge1-1/+1
2013-05-09pad: Warn if data flow happens before stream-start or segment eventSebastian Dröge1-0/+22
2013-05-09pad: Only let gst_pad_sticky_events_foreach() iterate over existing eventsSebastian Dröge1-3/+5
2013-05-09pad: If we push sticky events because of another sticky event, only push thos...Sebastian Dröge1-10/+32
2013-05-09capsfilter: Add more debug output and forward caps events immediately tooSebastian Dröge1-10/+21
2013-05-09pad: No sticky events must arrive after EOSSebastian Dröge1-2/+4
2013-05-09capsfilter: Fix typo in last commitSebastian Dröge1-1/+1
2013-05-09pad: Improve warning message naming events type nameNicolas Dufresne1-2/+5
2013-05-09pad: Only inforce STREAM_START, CAPS and SEGMENT orderingNicolas Dufresne1-2/+5
2013-05-09capsfilter: Send all events that should happen after CAPS after the CAPS eventSebastian Dröge2-14/+58
2013-05-09capsfilter: Send caps before segmentNicolas Dufresne2-7/+43
2013-05-08pad: Detect, fix and warn when sticky events are in wrong orderNicolas Dufresne1-2/+11
2013-05-08tests: add some basic checks for gst_buffer_fill()Tim-Philipp Müller1-0/+39
2013-05-08buffer: allow calling _fill() with a NULL data pointer if size is 0 bytesTim-Philipp Müller1-1/+1
2013-05-08basesrc: Add FIXME comment for unused assignment resultsSebastian Dröge1-0/+1
2013-05-07docs: fix typo in metadata section in app dev manualTim-Philipp Müller1-2/+3
2013-05-07controller: Fix the function signature and a minor typo fixSreerenj Balachandran1-2/+3
2013-05-07typefind: Send stream-start before anything elseNicolas Dufresne1-15/+13
2013-04-29tools/gstreamer-completion: Allow 1.0 and 0.10 scripts installed simultaneouslyDavid Rothlisberger1-4/+4
2013-04-29tools/gstreamer-completion: Complete option & property values on bash 3.2David Rothlisberger2-1/+28
2013-04-29tools/gstreamer-completion: Bash 3.2 compatibility fixesDavid Rothlisberger2-28/+48
2013-04-29tools/gstreamer-completion: Support gst-inspect, and gst-launch element prope...David Rothlisberger2-6/+283
2013-04-29tools/gstreamer-completion: Updated to work with the binary registryDavid Rothlisberger1-22/+8
2013-04-29porting-to-1.0.txt: nit clarificationStefan Sauer1-2/+3
2013-04-29typefind: Always leave TYPEFIND mode when we're stopping typefindingSebastian Dröge1-2/+1
2013-04-29typefind: Simplify codeSebastian Dröge1-5/+3
2013-04-29typefind: Push pending events independent of the existence of a downstream ch...Sebastian Dröge1-4/+5
2013-04-29typefind: Only push CAPS event once if we get one from upstreamSebastian Dröge1-4/+1
2013-04-29typefind: Stop typefinding if we get a CAPS event from upstreamSebastian Dröge1-22/+1
2013-04-29typefind: Improve handling of GAP eventsSebastian Dröge1-0/+13
2013-04-29typefind: Forward events that should happen before the caps event directlySebastian Dröge1-7/+16
2013-04-29typefind: Only push pending buffers and events if we have capsSebastian Dröge1-2/+3
2013-04-29typefind: Remove code that would cause caps to be sent twiceSebastian Dröge1-9/+1
2013-04-27pwg: improve allocation docsWim Taymans1-13/+18
2013-04-27check: set CK_TIMEOUT_MULTIPLIER on ARMTim-Philipp Müller1-0/+27
2013-04-26typefind: fix caps leak when used in connection with uridecodebin and playbinTim-Philipp Müller2-0/+17
2013-04-25controller: Fix element-type annotationsThibault Saunier1-2/+2
2013-04-25inputselector: Try to not push read-only buffersSebastian Dröge1-2/+4
2013-04-25tests: add check for FLUSH pad probesAlessandro Decina1-0/+71
2013-04-25gstpad: run probes for FLUSH events sent with gst_pad_send_eventAlessandro Decina1-7/+7
2013-04-24netclock: Add support for IPv6Sebastian Dröge2-18/+19
2013-04-24porting-to-1.0.txt: add troubleshooting sectionTim-Philipp Müller1-0/+16
2013-04-23baseparse: Only infer TS if PTS interpolation is enabledSebastian Dröge1-1/+3