- May 03, 2014
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
From bcb1518 to 211fa5f
-
Also allow disabling the timeout by setting it to 0. https://bugzilla.gnome.org/show_bug.cgi?id=726156
-
- May 02, 2014
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
Remove now useless structure
-
Olivier Crête authored
It's no longer used
-
Olivier Crête authored
-
Olivier Crête authored
This is already how it was used.
-
Sebastian Dröge authored
And make sure to set refresh=TRUE when updating the playlist.
-
Sebastian Dröge authored
And include the manifest file as referer in requests, and make sure to set refresh=TRUE when updating the manifest.
-
Sebastian Dröge authored
And include the MPD file as referer in requests, and make sure to set refresh=TRUE when updating the MPD.
-
Sebastian Dröge authored
-
Matthew Waters authored
Avoids duplicating GL resources https://bugzilla.gnome.org/show_bug.cgi?id=728872
-
Julien Isorce authored
Useful when your OSX terminal is fullscreen https://bugzilla.gnome.org/show_bug.cgi?id=728127
-
-
Julien Isorce authored
-
Julien Isorce authored
-
Julien Isorce authored
-
Matthew Waters authored
Theoretically, set_config could be called multiple times
-
- May 01, 2014
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Sebastian Dröge authored
Upstream and our internal source is irrelevant for the latency and we don't want the LATENCY event to ever fail.
-
Sebastian Dröge authored
Otherwise we will never recover from previous errors, and especially will never start again after a flushing seek if downstream returned GST_FLOW_FLUSHING to us.
-
Sebastian Dröge authored
-
hlsdemux can't rely on the source to push flushes on a seek on ready as that might not make sense. So always resort to flushing the internal proxy pads by pushing flush events from the source's src pad. Also as the seeking is not required anymore, only seek if there is really a byte range to be used. And store a ref to the source's src pad to avoid doing get_static_pad for every fragment.
-
Sebastian Dröge authored
This commit makes the loading of the GModules threadsafe, and always first tries to load the symbol for the GL library that is selected for the current context. Only then it falls back to looking into the current module (NULL), and only as a last resort the context specific function (e.g. eglGetProcAddress()) is called. Also add configure parameters to select the names of the library modules instead of using the defaults, and let the defaults be independent of the G_MODULE_SUFFIX. https://bugzilla.gnome.org/show_bug.cgi?id=728753
-
Matthew Waters authored
-
Matthew Waters authored
Previously, we used the width to determine the amount of data to be copied using pbos. This, makes it allocate enough data for the the strides as well.
-
Matthew Waters authored
-
- Apr 30, 2014
-
-
Nicolas Dufresne authored
- Make gstgl work on Mali - Keep it work on RPI - fallback to NULL name module if fails with usual lib name https://bugzilla.gnome.org/show_bug.cgi?id=728753
-
Vincent Penquerc'h authored
Coverity 1208777
-
Julien Isorce authored
Otherwise you only see black frames Fix https://bugzilla.gnome.org/show_bug.cgi?id=728947
-