- Mar 06, 2010
-
-
Tim-Philipp Müller authored
- Mar 03, 2010
-
-
Tim-Philipp Müller authored
-
- Mar 01, 2010
-
-
Thiago Santos authored
Fixes #606662
-
Thiago Santos authored
Fixes #606662
-
- Feb 28, 2010
-
-
Tim-Philipp Müller authored
-
- Feb 27, 2010
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Instead of only consuming them if they're to be display now. Consuming them then might make following buffers with the same timestamp to be too late.
-
- Feb 26, 2010
-
-
Michael Smith authored
-
- Feb 24, 2010
-
-
Tim-Philipp Müller authored
-
- Feb 23, 2010
-
-
Sebastian Dröge authored
Fixes bug #608751.
-
Sebastian Dröge authored
-
- Feb 22, 2010
-
-
Thiago Santos authored
UDTA might have META and other children atoms together, write them all.
-
Thiago Santos authored
Due to GstCollectPads sink pads list being not reliably iteratable (when not inside the collected function) this patch adds a sink pads list to qtmux to be used when iterating sink pads on reset function. Fixes #609055
-
- Feb 21, 2010
-
-
Tim-Philipp Müller authored
FAAD_CFLAGS and _LIBS should be at the end, and -lgstaudio-0.10 should go right after GST_PLUGINS_BASE_LIBS.
-
- Feb 19, 2010
-
-
Sebastian Dröge authored
Also fix order of CFLAGS and LIBS
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
If no video sink is set and autovideosink is not available for some reason, post a proper error message on the bus when failing to change state, and don't try to gst_object_ref() NULL pointers. Fixes generic/states unit test when distchecking.
-
Stephen Depooter authored
Check the existence of the CELT_SET_COMPLEXITY symbol before trying to use it. Fixes compilation against libcelt 0.4.0. Fixes #604311.
-
- Feb 17, 2010
-
-
Stefan Kost authored
_find_end_marker() find the position of the marker. EOI has a fixed length of 2 bytes that where missing. Fixes #608998
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
See bug #608998.
-
- Feb 16, 2010
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This renders a test string on top of a red video stream and checks if the text is only rendered at the correct timestamps.
-
Sebastian Dröge authored
-
Tim-Philipp Müller authored
Fixes #609478.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
Fixes #580731.
-
Mark Nauwelaerts authored
-
Tim-Philipp Müller authored
-
Stefan Kost authored
Use gtkdoc syntax and add short desc for the examples.
-
- Feb 15, 2010
-
-
Tim-Philipp Müller authored
We don't want C specific flags in GST_CXXFLAGS, so base it on the GST_CFLAGS that only contains the pkg-config CFLAGS but none of the GST_OPTION_CFLAGS. Also, we only need the local includes once.
-
Stefan Kost authored
pkg-config sets GST_CFLAGS and GST_LIBS. We need to use CFLAGS as a starting point for for both C and CXX settings.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Mark Nauwelaerts authored
Fixes #609063.
-
Edward Hervey authored
Spotted by Burkhard Plaum
-
Tim-Philipp Müller authored
-