- 12 Apr, 2013 3 commits
-
-
Stefan Sauer authored
Don't add empty labl/note chunks. Always pass instance as the first param. Add more logging.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This allows to use the GstChildProxy interface to adjust properties on it.
-
- 11 Apr, 2013 5 commits
-
-
Tim-Philipp Müller authored
-
Anton Belka authored
-
Stefan Sauer authored
-
Wim Taymans authored
When the server suggests a GstNetTimeProvider in the SDP, set up a GstNetClientClock that slaves to the remote clock and suggest this clock in provide_clock.
-
Wim Taymans authored
Avoid doing alloc and free in the render function for each buffer. Instead, allocate the needed arrays in _init and use those.
-
- 10 Apr, 2013 1 commit
-
-
Stefan Sauer authored
The variables already point to the start of the list.
-
- 09 Apr, 2013 7 commits
-
-
-
Anton Belka authored
Add 'note' chunk support in TOC as GST_TAG_COMMENT https://bugzilla.gnome.org/show_bug.cgi?id=696549
-
David Schleef authored
-
Stefan Sauer authored
From 04c7a1e to aed87ae
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
- 08 Apr, 2013 2 commits
-
-
Tim-Philipp Müller authored
Use fakesrc instead of filesrc with /dev/null. https://bugzilla.gnome.org/show_bug.cgi?id=696684
-
-
- 07 Apr, 2013 1 commit
-
-
- 06 Apr, 2013 1 commit
-
-
Thibault Saunier authored
-
- 05 Apr, 2013 2 commits
-
-
- 04 Apr, 2013 2 commits
-
-
Stefan Sauer authored
Drop pending data on discont and start a new cycle with a new base timestamp. Cleanup some variables.
-
Tom Greenwood authored
Decode failures and missing keyframes should get different debug output. https://bugzilla.gnome.org/show_bug.cgi?id=697232
-
- 03 Apr, 2013 12 commits
-
-
Olivier Crête authored
This way, it will be selected by decodebin Bug reported by andreas.fenkart@streamunlimited.com https://bugzilla.gnome.org/show_bug.cgi?id=697227
-
Stefan Sauer authored
Previously we would skip level message when processing buffers > the requested interval. Also the message frequency would contain quite some jitter due to only considering them at the end of buffers. Cleanup the tests while we're at it.
-
Stefan Sauer authored
Don't pretend that we have a timestamp on a buffer when we never set one.
-
Stefan Sauer authored
-
Sebastian Dröge authored
-
Wim Taymans authored
Don't just loop over the first num_queued buffers but loop over all the buffers and check if they need to be freed. It is possible that not all buffers are queued and then the entry in our array will be NULL. Those buffers that are not queued were freed in stop(). Fixes https://bugzilla.gnome.org/show_bug.cgi?id=696651
-
Wim Taymans authored
-
Olivier Crête authored
Otherwise we get a race where if the RTCP packet comes in first and while it is added the pads, the segment event arrives on the RTP stream, the event may be lost completely and never forwarded.
-
Olivier Crête authored
They are forwarded with the other events
-
Olivier Crête authored
-
Olivier Crête authored
Use the gst_pad_forward() mechanic, this way we won't miss pads that are added while we are pushing
-
Olivier Crête authored
We had the wrong condition to check for the internal links, so RTP and RTCP pads got crossed!
-
- 02 Apr, 2013 3 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
-
- 31 Mar, 2013 1 commit
-
-
Wim Taymans authored
-