- May 10, 2011
-
-
Tim-Philipp Müller authored
Highlights: - hlsdemux: Add HTTP live streaming parser/demuxer element - new elements: h263parse, zebrastripe, patchdetect - scenechange: new scene change detection element - removed audioparsersbad plugin, it has been moved to -good - make opencv plugin work with OpenCV 2.2 - countless (still experimental) camerabin2 fixes and improvements - experimental VP8 RTP payloader/depayloader (RTP payloading not finalised yet) - curlsink: add libcurl-based sink element (acts as client, not server) - decklink: add decklink plugin - linsys: add plugin for Linear Systems SDI boards - sdi: add raw SDI muxing/demuxing elements - camerabin now relies on muxers to mux based on running time (ie. latest base/good/ugly releases) - many other fixes and improvements
-
- May 06, 2011
-
-
Thiago Santos authored
This patch removes the audio source buffer probe that was used to re-timestamp buffers to make them start from 0. As muxers have been fixed to use running time instead of timestamps, this is not needed anymore. Fixes bug #646211
-
- May 05, 2011
-
-
Thiago Santos authored
-
- May 04, 2011
-
-
Mark Nauwelaerts authored
-
- May 03, 2011
-
-
Sjoerd Simons authored
Not returning ref caps will leads to crashes and refcounting issues in upstream elements
-
Andoni Morales Alastruey authored
Currently we push each fragment as a single buffer.
-
Tim-Philipp Müller authored
Only answer duration queries in TIME format with a duration in seconds. Make sure we don't return GST_CLOCK_TIME_NONE as duration (which is non-0, but still invalid/useless).
-
Tim-Philipp Müller authored
-
- Apr 30, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
When pushing the remaining data on EOS, don't just push whatever data is left in the adapter, but only push data that's at least of min-size.
-
Tim-Philipp Müller authored
Don't try to push remaining data in the adapter on receiving a FLUSH event, just flush the adapter. Do this on FLUSH_STOP, however, which is serialized, unlike FLUSH_START, so we don't mess with the adapter at the same time as the streaming thread.
-
-
- Apr 29, 2011
-
-
-
Edward Hervey authored
Avoids a massive leak :) https://bugzilla.gnome.org/show_bug.cgi?id=648929
-
-
Edward Hervey authored
This can happen with AFC-only packets. Avoids leaking buffers. https://bugzilla.gnome.org/show_bug.cgi?id=648929
-
- Apr 28, 2011
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Apr 27, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
It doesn't seem to work in an uninstalled setup, and breaks make distcheck for me.
-
- Apr 26, 2011
-
-
Stefan Kost authored
Rename the list and dist them. We need them for the actual templates.
-
Stefan Kost authored
-
Stefan Kost authored
The template contains things we already define by default.
-
Stefan Kost authored
Use the object class and not the object in the init function. Set the vmethods. Add default returns.
-
Stefan Kost authored
Move not working templates to a separate variable to highlight the fact that they need more work. These need at least the class and type fields filled.
-
Stefan Kost authored
Add an easy way to check the element-maker templates.
-
Stefan Kost authored
-
Stefan Kost authored
Get the dirname for the script and use that to reference the templates. Use the templatedir variable to check for templates.
-
- Apr 25, 2011
-
-
David Schleef authored
This allows using capitalized acronyms in class names, so using "AVC_src" on the command line will create filename gstavcsrc.c, class name GstAVCSrc, and symbol names gst_avc_src_*.
-
David Schleef authored
Fixes #606662.
-
David Schleef authored
Fixes #647852.
-
David Schleef authored
Both basevideoencoder and basevideocodec were setting system_frame_number, leading to confusion. Fixes #647853.
-
David Schleef authored
Fixes #647854.
-
- Apr 24, 2011
-
-
-
Tim-Philipp Müller authored
From c3cafe1 to 46dfcea
-
- Apr 22, 2011
-
-
- Apr 19, 2011
-
-
Christian Fredrik Kalager Schaller authored
-
- Apr 18, 2011
-
-
David Schleef authored
-
Sebastian Dröge authored
-