- Jun 07, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jun 05, 2015
-
-
Jimmy Ohn authored
Fix wrong gst-lauch command in the description. This patch may help people to get right testing results using the script. https://bugzilla.gnome.org/show_bug.cgi?id=750143
-
Luis de Bethencourt authored
Remove assignments to DFBResult res that are never read.
-
Luis de Bethencourt authored
Function goes to done before the value set in start_offset is ever used.
-
Thiago Santos authored
Seems to have been copy pasted around a few places
-
Thiago Santos authored
Connection speed is only checked at that point in hlsdemux so there is no real need to refactor it. https://bugzilla.gnome.org/show_bug.cgi?id=749328
-
Thiago Santos authored
This reverts commit 4ca3a22b. The connection-speed=0 is used as a special value in the property of hlsdemux to mean 'automatic' selection, m3u8.c doesn't need to know about that as it should be as simple as possible. So this patch hides this automatic selection documented in hlsdemux into m3u8 logic and I think the gets harder to understand the code. It also makes the hlsdemux unit tests work again https://bugzilla.gnome.org/show_bug.cgi?id=749328
-
Sebastian Dröge authored
-
Vineeth TM authored
In case of the videomark being partially or fully outside, an error was bein thrown saying, mark width is more than video width. And when the width, offset properties are set to maximum it resulted in crash. Instead of throwing error, added logic to detect the mark in case of partial visibility or dont show the mark when it is outside. https://bugzilla.gnome.org/show_bug.cgi?id=743908
-
Sebastian Dröge authored
mpdparser: Calculate the number of segments we have when a segment template instead of a list is used Otherwise we would just continue downloading new files forever until we get 404 for the first one, and then error out instead of going EOS.
-
Vineeth TM authored
When the pattern offset is outside the video, the print error message https://bugzilla.gnome.org/show_bug.cgi?id=743908
-
Sebastian Dröge authored
This reverts commit 37011e51. This change was actually completely unnecessary, the streams in question are marked as static and are not considered live anyway.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
It's true that we shouldn't consider errors fatal immediately, but if we always ignore them we will loop infinitely on live streams with segments that can't be downloaded at all.
-
This allows decrypting reduce size packages. See RFC 5506 https://bugzilla.gnome.org/show_bug.cgi?id=750326
-
- Jun 04, 2015
-
-
Thiago Santos authored
Avoid repeating the same pad creation code everywhere
-
Sebastian Dröge authored
-
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
Otherwise we will seek to negative times, which are interpreted as unsigned integers later.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Otherwise we will hurt parallel downloads in the best case, and often cause deadlocks.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Just set the rate/channels directly if the caps don't have this field.
-
Sebastian Dröge authored
Otherwise we'll only get half of its bits printed on 32 bit architectures. For this, promote the %d-style format strings to something that accepts 64 bit integers with G_GINT64_MODIFIER.
-
Sebastian Dröge authored
Using format strings from an untrusted source without validation is calling for problems, and at least allows to remotely crash your application. If not worse.
-
-
Julien Isorce authored
libtool: error: ignoring unknown tag OBJC and clang: error: argument unused during compilation: '-pthread'
-
Matthew Waters authored
-
Matthew Waters authored
fixes glimagsink being unable to display. https://bugzilla.gnome.org/show_bug.cgi?id=750337
-
- Jun 03, 2015
-
-
Julien Isorce authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=750337
-
Sebastian Dröge authored
-
Forward sticky events on requested src pad. https://bugzilla.gnome.org/show_bug.cgi?id=750348
-
Luis de Bethencourt authored
In all these cases ret is set but overwritten before the return of the function
-
Luis de Bethencourt authored
Highly unlikely to have 0 captures, but protect from crashes in the future by doing none of the math if there is no data.
-
- Jun 02, 2015
-
-
Tim-Philipp Müller authored
Build and unit tests were tested against 7.35 too now, which is the version in Ubuntu 14.04.
-
Thiago Santos authored
Data might not exist anymore
-
Olivier Crête authored
Disable "channel-positions-from-input", but without actually giving a position table, so every position should be NONE
-