- Jan 30, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jan 27, 2017
-
-
- Jan 25, 2017
-
-
Sebastian Dröge authored
It's set again (the same way) further below, overwriting the previously allocated memory without freeing. https://bugzilla.gnome.org/show_bug.cgi?id=777533
-
Sebastian Dröge authored
Otherwise we might try to unref them a second time a little bit later. https://bugzilla.gnome.org/show_bug.cgi?id=777503
-
Sebastian Dröge authored
Otherwise downstream will get a more or less empty GstStream although we already know a lot about it at this point.
-
- Jan 23, 2017
-
-
Sebastian Dröge authored
Which might not exist, like on most modern Linux distributions.
-
- Jan 19, 2017
-
-
DVDs always have subpictures that start on an even Y coordinate, but gstspu does more generic vobsubs these days, so handle ones that start on an odd vertical position. https://bugzilla.gnome.org/show_bug.cgi?id=777400
-
- Jan 13, 2017
-
-
Matthew Waters authored
There's no implementation anymore!
-
Matthew Waters authored
Doing so is an error and will cause a glib warning to be printed. https://bugzilla.gnome.org/show_bug.cgi?id=776722
- Jan 09, 2017
-
-
Sebastian Dröge authored
This is special and handled in the decoder when doing rendering to a surface. Printing a warning for this is just unnecessary noise
-
CID 1373421
-
Sebastian Dröge authored
-
Move debug category of gstisoff from default to dashdemux https://bugzilla.gnome.org/show_bug.cgi?id=776461
-
- Jan 06, 2017
-
-
Tim-Philipp Müller authored
-
- Jan 02, 2017
- Dec 22, 2016
-
-
Sebastian Dröge authored
They often don't only contain the PCR information but also other metadata, like title. Give this information to the pipeline. Also strip the tags from the stream as we a) already parsed them now and b) decoders don't like these tags to happen in the middle of the stream (i.e. the start of each fragment) and tagdemux only can strip them off the beginning and end.
-
Using the wrong enum there causes it to be randomly mixed with the docs of the other enums. https://bugs.debian.org/848297
-
Sebastian Dröge authored
Otherwise it fails to decode. https://bugzilla.gnome.org/show_bug.cgi?id=740101
-
Sebastian Dröge authored
There is not mutex locked here that needs to be unlocked.
-
- Dec 15, 2016
-
-
Matthew Waters authored
No-one's using/depending on it (it would have criticalled and not worked) and it's causing more problems than it's solving. Store the GMainContext in the public struct instead for subclasses to optionally use instead of relying on the push/pop state to be correct. https://bugzilla.gnome.org/show_bug.cgi?id=775970
-
middle textures in gleffects do not need to use GstGLMemoryPBO as they aren't transfering data to/from the GPU. This will cost too much DMA memory and cause performance issue. Change the allocator to use non-PBO GstGLMemory. https://bugzilla.gnome.org/show_bug.cgi?id=776072
-
- Dec 13, 2016
-
-
A tuning operation can spawn multiple checks. Being able to differentiate between them makes debugging easier.
-
It is not defined for < v5 minor 7
-
- Dec 12, 2016
-
-
gst_uri_handler_set_uri() doesn't guarantee the GError will be set if it returns FALSE.
-
- Dec 07, 2016
-
-
Sebastian Dröge authored
It takes const int16_t * as argument now, while before it was void *. To make this work with both versions without #ifdef, we omit the const.
-
Sebastian Dröge authored
The x/y coordinates could already be bigger than the configured width/height, and adding the rectangle width/height could cause an overflow.
-
It is not defined for < v5 minor 6
-
-
-
For pre-1.1.x openssl, a callback to set the thread id needs to be provided to openssl. In 0.9.x the thread id was an unsigned long. In 1.0.x it was expanded to be able to hold a void*. Here we change to use the 1.0.x API so that the thread id can always hold a GThread*, even on platforms like msvc x64 where unsigned long is only 32 bits. All of this is still #ifdef'd out of existence when building with openssl 1.1.x or later which changed the thread API again, and does not need a thread id callback. https://bugzilla.gnome.org/show_bug.cgi?id=775292
-
- Dec 05, 2016
- Nov 29, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-