- 14 Sep, 2016 7 commits
-
-
Add num-pushed and num-lost. Expose num-late, num-duplicates and avg-jitter. https://bugzilla.gnome.org/show_bug.cgi?id=769768
-
When disabled we can save some iterations over timers. There is probably an argument for rtx-delay-reorder to exist, but for normal operations, handling jitter (reordering) is something a jitterbuffer should do, and this variable feels like functionality that is not "in-sync" with what the jitterbuffer is trying to achieve. Example: You have 50ms jitter on your network, and are receiving audio packets with 10ms durations. An audio packet should not be considered late until its rtx-timeout has expired (and hence a rtx-event is sent), but with rtx-delay-reorder, events will be sent pretty much all the time due to the jitter on the network. Point being: The jitterbuffer should adapt its size to the measured network jitter, and then rtx-delay-reorder needs to adapt as well, or simply get out of the way and let the other (better) rtx-mechanisms do their job. Also change find_timer to only use seqnum as an argument, since there will only ever be one timer per seqnum at any given time. In the one case where the type matters, the caller simply checks the type. https://bugzilla.gnome.org/show_bug.cgi?id=769768
-
Olivier Crête authored
CID #1372887
-
Olivier Crête authored
-
Sebastian Dröge authored
-
-
- 13 Sep, 2016 1 commit
-
-
Thomas Scheuermann authored
If jackd changes the buffer size or sample rate, jackaudiosink hangs and can't be stopped. This also happens if jack is configured as slave and a gstreamer pipeline is started on the slave machine while the jack master isn't running yet. If the the jack master is started it changes the buffer size / sample rate and jackaudiosink can't be stopped. This fix calls jack_shutdown_cb when jack_sample_rate_cb or jack_buffer_size_cb is called. https://bugzilla.gnome.org/show_bug.cgi?id=771272
-
- 12 Sep, 2016 2 commits
-
-
Sebastian Dröge authored
And actually calculate the field duration instead of a frame duration so that we can properly timestamp output frames in fields=all mode. This is probably still broken for reverse playback in telecine mode.
-
-
- 10 Sep, 2016 2 commits
-
-
Jan Schmidt authored
From b18d820 to f980fd9
-
Xabier Rodriguez Calvar authored
Cause later it will try to use the crypto info array to get an index and attach on of the positions as buffer's crypto info. https://bugzilla.gnome.org/show_bug.cgi?id=770951
-
- 09 Sep, 2016 1 commit
-
-
Jan Schmidt authored
From f49c55e to b18d820
-
- 07 Sep, 2016 2 commits
-
-
Nicolas Dufresne authored
Those where missing the the dev release tarballs for 1.9.2 which prevented building from tarball on OSX platform
-
-
- 06 Sep, 2016 8 commits
-
-
-
-
-
Vincent Penquerc'h authored
Keep track of the last parsed channels/rate fields so they can be used even if the element was not yet configured. https://bugzilla.gnome.org/show_bug.cgi?id=769278
-
-
-
Olivier Crête authored
This may cause a few packets to be processed by the parser, but it's better than never pushing out buffers from a slightly broken stream where no marker bits are set.
-
Sebastian Dröge authored
This is only supported right now if after a demuxer that supports reverse playback, e.g. with DV container inside AVI container.
-
- 05 Sep, 2016 1 commit
-
-
Thibault Saunier authored
-
- 01 Sep, 2016 5 commits
-
-
Mathieu Duponchelle authored
+ And provide a "youtube" preset, which based on https://support.google.com/youtube/answer/1722171 sets faststart to True. https://bugzilla.gnome.org/show_bug.cgi?id=751559
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
We use gdk_cairo_create() which is deprecated since 3.22.
-
- 30 Aug, 2016 1 commit
-
-
Jan Schmidt authored
QuickTime.h is no longer available on OS X 10.12 (Sierra), and both the header and the framework seem unnecessary for compilation - at least as of 10.11 (El Capitan). https://bugzilla.gnome.org/show_bug.cgi?id=770526
-
- 26 Aug, 2016 10 commits
-
-
-
Josep Torra authored
-
Josep Torra authored
Fixes build in OSX when running 'make check' in gst-uninstalled.
-
Josep Torra authored
Fixes "error: duplicate 'const' declaration specifier"
-
Josep Torra authored
Fixes "clang: error: argument unused during compilation: '-pthread'"
-
Sebastian Dröge authored
-
Olivier Crête authored
This broke API, so we need a better solution! This reverts commit c7579d31.
-
-
-
If the result of depayloading is an empty frame, just drop it. This is likely the result of a buggy payloader.
-