- Feb 24, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Feb 23, 2017
-
-
Vivia Nikolaidou authored
This is mostly useful for properties of those types when used in gst-launch or similar. https://bugzilla.gnome.org/show_bug.cgi?id=777375
-
Sebastian Dröge authored
-
Vivia Nikolaidou authored
But only when serializing outside of GstStructures, because in case of GstStructure the type is already preprended to the array/list and the GstStructure API makes sure that they have the same "generic" type so deserialization works properly. This keeps serialization of GstStructures the same as before, and the GstCaps unit tests already test for that. However when serializing standalone arrays/lists get the types added now.
-
-
Vivia Nikolaidou authored
These are mostly useful to get our automatic serialization/deserialization from strings and simple usage from gst-launch or similar. https://bugzilla.gnome.org/show_bug.cgi?id=777375
-
- Feb 22, 2017
-
-
Tim-Philipp Müller authored
We would add the offset a second time in _scan_for_start_code() when we found a result, but it's already been added to the data pointer at the beginning of _masked_scan_uint32_peek(), so the peeked value would be wrong if the initial offset was >0, and we would potentially read memory out-of-bounds. Add unit test for all of this. https://bugzilla.gnome.org/show_bug.cgi?id=778365
-
- Feb 20, 2017
-
-
Wim Taymans authored
Put braces around macro arguments or else we might run into problems with operater precedence.
-
Wim Taymans authored
-
Wim Taymans authored
gstdeviceproviderfactory.c:501:20: error: comparison between pointer and zero character constant [-Werror=pointer-compare] if (classes[0] == '\0')
-
- Feb 18, 2017
-
-
Nirbheek Chauhan authored
Trivial incorrect include_directories() call
-
Peter Korsgaard authored
Teach gstconfig.h.in about the openrisc (or1k) architecture. Fixes buildroot autobuild failure: http://autobuild.buildroot.net/results/717/717d78ce0935749f477bdf3133b6f20057a28c01/build-end.log https://bugzilla.gnome.org/show_bug.cgi?id=778866
-
- Feb 15, 2017
-
-
Stefan Sauer authored
-
Stefan Sauer authored
The default behaviour when returning GST_PAD_PROBE_OK is unrelated to the other return code.
-
Stefan Sauer authored
There is no 'block' value, but we have 'drop'. Also fix the markup; it is '%' to link to constants (and enum values).
-
- Feb 14, 2017
-
-
Tim-Philipp Müller authored
Ship meson build files in tarballs, so people who use tarballs in their builds can start playing with meson already.
-
- Feb 08, 2017
-
-
Julien Isorce authored
The unit test defines a test parse element that inherit from GstBaseParse. The test pipeline is: fakesrc ! testparse ! fakesink sync=1 Before the fix b2c05cac the first new test would have fail because the pipeline would have wait doing nothing just after proceeded the seek event. The second new test would have fail because the pipeline would have played the media instantly just after proceeded the seek event (like if sync was FALSE on the sink). https://bugzilla.gnome.org/show_bug.cgi?id=777780
-
- Jan 31, 2017
-
-
Sebastian Dröge authored
Otherwise we won't be able to create bins, there is no element called "Behälter" if you're using a German locale. https://bugzilla.gnome.org/show_bug.cgi?id=777998
-
Seungha Yang authored
There is a special case that segment_start == segment_stop == start. It's inside of segment https://bugzilla.gnome.org/show_bug.cgi?id=764707
-
- Jan 27, 2017
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
Modernizing our documentation and preparing a possible move to hotdoc. This commits also adds missing @title metadatas to all SECTIONs
-
Thibault Saunier authored
It used to work but it has broke in the 1.10 cycle.
-
Thibault Saunier authored
-
-
- Jan 26, 2017
-
-
Julien Isorce authored
Otherwise when seeking/looping to the start when reaching the end, the sink waits for the duration of the stream. So the user hears nothing for the duration of the stream before it actually loop again. See example attached to the bug for that. Existing test: gst-plugins-good/tests/icles/test-segment-seeks foo.flac Without the patch the user hears a crack/cut at each seek. https://bugzilla.gnome.org/show_bug.cgi?id=777780
-
- Jan 24, 2017
-
-
Stian Selnes authored
New API functions to filter log messages before they are processed by GstCheck. This can be used to discard specific messages that are accepted by the test or to add callbacks that test specific messages. Default bevavior when no callback is given to a filter is to discard the message, because it does not makes sense to have a filter with no callback which does not discard; that would be a noop. Discarded messages will in addition to bypass the GstCheck handling also return to GLib that the message is not fatal if it occurs. https://bugzilla.gnome.org/show_bug.cgi?id=773091
-
- Jan 18, 2017
-
-
Stefan Sauer authored
First this sends the events not only to the sources and 2nd this is not only for seek events.
-
Sebastian Dröge authored
This can easily deadlock if the element uses the object lock for something internally, like posting an error message. Use an GstIterator for iterating over the pads instead. https://bugzilla.gnome.org/show_bug.cgi?id=777449
-
- Jan 15, 2017
-
-
Jan Schmidt authored
Only print this FIXME once per run, at it's pretty annoying in lots of logs otherwise.
-
Jan Schmidt authored
Add a property to delay or advance sync time when sync=true, with the same behaviour as the ts-offset property in basesink
-
-
- Jan 13, 2017
-
-
Tim-Philipp Müller authored
-
- Jan 12, 2017
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jan 05, 2017
-
-
Mark Nauwelaerts authored
-