- Sep 25, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Fixes this error with chromium gpu process: GL_INVALID_OPERATION, glBindBuffer: buffer bound to more than 1 target https://bugzilla.gnome.org/show_bug.cgi?id=755618
-
- Sep 24, 2015
-
-
Sebastian Dröge authored
We're not doing anything at all from the main thread in other cases.
-
Thibault Saunier authored
In case the format changed fast and the pending format is different than the currently set but the currently set is equal to the pending one we could end up having mismatch between the finally set format and the data stream format. https://bugzilla.gnome.org/show_bug.cgi?id=755542
-
-
-
Thibault Saunier authored
Gtk is not MT safe thus we need to make sure that everything is done in the main thread when working with it. https://bugzilla.gnome.org/show_bug.cgi?id=755251
-
Sebastian Dröge authored
Otherwise we're going to return times starting at 0 again after shutting down an element for a specific input/output and then using it again later. https://bugzilla.gnome.org/show_bug.cgi?id=755426
-
-
- Sep 23, 2015
-
-
- Sep 22, 2015
-
-
Sebastian Dröge authored
mpdparser: Only check stream->segments for a repeated last segment if we have a static list of segments Otherwise we'll crash, trying to derefence NULL. And if we have no static list of segments, we can't have repeated segments anyway. Regression introduced by cfe2871a https://bugzilla.gnome.org/show_bug.cgi?id=755411
-
- Sep 21, 2015
-
-
Arun Raghavan authored
-
Thibault Saunier authored
Otherwise we will get an ASSERT. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=755249
-
Matthew Waters authored
557ca6fd didn't change to the necessary gst_gl_window_resize() call for the dispmanx backend.
-
- Sep 19, 2015
-
-
Thibault Saunier authored
When stopping the sink we should always hide the window. https://bugzilla.gnome.org/show_bug.cgi?id=755249
-
- Sep 18, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
We might've queued up a GAP buffer that is only partially inside the current output buffer (i.e. we received it too late!). In that case we should only skip the part of the GAP buffer that is inside the current output buffer, not also the remaining part. Otherwise we forward this pad too far into the future and break synchronization.
-
Matthew Waters authored
This a workaround until the incompatibility with CVOpenGLTextureCache and opengl3 contexts is fixed. https://bugzilla.gnome.org/show_bug.cgi?id=754786
-
When in live mode, the queue needs to hold the currently processed buffer and one more at least. https://bugzilla.gnome.org/show_bug.cgi?id=754851
-
Sebastian Dröge authored
-
Matthew Waters authored
-
- Sep 17, 2015
-
-
Tim-Philipp Müller authored
Fixes compiler warnings when extra debugging is enabled at compile time.
-
Tim-Philipp Müller authored
It was only added during 1.5.x so we might just as well remove it immediately. https://bugzilla.gnome.org/show_bug.cgi?id=754686
-
Keep old define around for now. https://bugzilla.gnome.org/show_bug.cgi?id=754686
-
Jan Schmidt authored
The state change function was implemented, but not installed, making the compiler complain about the unused function.
-
Jan Schmidt authored
Disable code that warns about unused variables when G_DISABLE_ASSERT is defined, as it is in tarballs and pre-releases.
-
Matthew Waters authored
557ca6fd introduced the queueResize call without implementing the selector
-
Jan Schmidt authored
-
Matthew Waters authored
GstVideoDecoder has its own logic for detecting when to reconfigure which ultimately calls decide_allocation and results in a new texture cache that has not been configured from our reconfigure check. https://bugzilla.gnome.org/show_bug.cgi?id=755156
-
Matthew Waters authored
Fixes incorrect aspect ratio on OSX when changing caps or the 3d output mode. https://bugzilla.gnome.org/show_bug.cgi?id=755111
-
Matthew Waters authored
- glimagesink needs to be able to resize the viewport on aspect ratio changes resulting from either caps changes or 3d output mode changes. - Performing a glViewport outside the GstGLWindow::resize callback will not have the winsys' stack of viewports required to correctly place the output frame. Provide a function to request a resize on the next draw event from the winsys. Also track size changes inside the base GstGLWindow class rather than in each subclass. https://bugzilla.gnome.org/show_bug.cgi?id=755111
-
Matthew Waters authored
-
Matthew Waters authored
small typo s/width/height/
-
- Sep 16, 2015
-
-
Tim-Philipp Müller authored
Derive from GstVideoSink so that preroll frames will automatically get rendered too, unless the show-preroll-frame property is set to FALSE. Fixes intervideosrc only picking up frames if intervideosink is in PLAYING state. https://bugzilla.gnome.org/show_bug.cgi?id=755049
-
Jan Schmidt authored
Fix the negotiation of GstVideoOverlayComposition by checking intersection with the peer caps, rather than just accept-caps, which might only check the pad template. https://bugzilla.gnome.org/show_bug.cgi?id=755113
-