- Oct 25, 2012
-
-
Tim-Philipp Müller authored
-
- Oct 24, 2012
-
-
Arnaud Vrac authored
Fixes crash on 32-bit systems.
-
Sebastian Dröge authored
This is required to properly start the ringbuffer and clock.
-
- Oct 23, 2012
-
-
-
Tim-Philipp Müller authored
See sample file for bug #684701.
-
Tim-Philipp Müller authored
If we run into any header parsing issues and we have a valid STREAMINFO header already, don't error out, but just stop header parsing and try to find some audio frames. https://bugzilla.gnome.org/show_bug.cgi?id=684701
-
-
Michael Smith authored
This doesn't actually parse 'chan' because it's absurdly complex.
-
- Oct 22, 2012
-
-
gstudpsrc.c: In function 'gst_udpsrc_create': gstudpsrc.c:365: error: 'ret' may be used uninitialized in this function https://bugzilla.gnome.org/show_bug.cgi?id=686642
-
Wim Taymans authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686550
-
Wim Taymans authored
-
Wim Taymans authored
Add support for stuffing a complete stream into 1 sample. See https://bugzilla.gnome.org/show_bug.cgi?id=686550
-
- Oct 20, 2012
-
-
Tim-Philipp Müller authored
It's deprecated in newer GLib and not needed here. https://bugzilla.gnome.org/show_bug.cgi?id=686456
-
Tim-Philipp Müller authored
-
- Oct 19, 2012
-
-
-
Mark Nauwelaerts authored
-
Tim-Philipp Müller authored
And sprinkle some thread-safety (take object lock for accessing ring buffer, and pa main loop lock for the context). https://bugzilla.gnome.org/show_bug.cgi?id=683782
-
Youness Alaoui authored
If both pads receive data at the same time, they will both get their sink_setcaps called which will call the src_setcaps, but there is a race condition where the second one might not be called. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=683842
-
- Oct 18, 2012
-
-
Mark Nauwelaerts authored
Since it's not spec'ed, consider it a VfW compatibility case. Many applications (e.g. avidemux) don't understand the unofficial V_MJPEG id. Fixes #659837. Conflicts: gst/matroska/matroska-mux.c
-
- Oct 17, 2012
-
-
Tim-Philipp Müller authored
Avoids some string copies.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Inform the source when caps changed. This was removed in the port to 1.0 leaving the source unaware of the clock-rate and unable to interpollate rtp timestamps for SR packets.
-
Wim Taymans authored
-
Wim Taymans authored
Disable the check for the ntp-sync method. It is expected that a rather larger offset needs to be applied with this method.
-
Wim Taymans authored
When use-pipeline-clock is set, use the running-time of the pipeline to calculate the NTP timestamps. This method would previously only work when the base-time is set to 0 but with this change it can also work with different offsets and we can also implement pause/resume of the sender and receiver now.
-
Wim Taymans authored
-
Wim Taymans authored
-
- Oct 16, 2012
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Copy the median video filter to videofilters and rename to videomedian.
-
Wim Taymans authored
-
Tim-Philipp Müller authored
Fixes playback of 8-bit indexed RGB videos, with fixes in -base. https://bugzilla.gnome.org/show_bug.cgi?id=686046
-
- Oct 15, 2012
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Oct 12, 2012
-
-
Tim-Philipp Müller authored
Fixes abort in push mode where the source is not seekable and the size of the file is not available, as with cat foo.mp4 | gst-launch-1.0 playbin uri=fd://0 Less noticable with releases, since we disable all g_assert() there. https://bugzilla.gnome.org/show_bug.cgi?id=686008
-
Michael Smith authored
enough for real-world files.
-
Michael Smith authored
-