- Aug 08, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Our check would make sure that GLib segfaults when someone tries to instantiate an abstract type, which is an extremely useful thing to check for. In newer GLibs this is fixed and we get an abort with a g_error() now it seems, so let's just remove this check entirely.
-
Tim-Philipp Müller authored
They will be defined away to NOOPs otherwise in release builds.
-
Tim-Philipp Müller authored
-
- Aug 07, 2012
-
-
Tim-Philipp Müller authored
Fixes crash with gst-launch-1.0 uridecodebin uri=... suburi=... ! ..
-
-
Руслан Ижбулатов authored
-
- Aug 06, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Should make unit tests in -base that use appsrc a bit happier.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This is supposed to allow uniquely identifying a single stream.
-
Edward Hervey authored
This guarantees a bit more consistency in which input stream will be selected by default. It would previously be the first pad on which an event/buffer/query was received ... which was racy and non-predictable.
-
Edward Hervey authored
The order of returned pads wasn't specified before, so let's specify it and use an order which might prove the most useful : the order in which pads were added to the element. If someone changes the order, make sure users of those iterators from now on don't rely on that order !
-
- Aug 05, 2012
-
-
Tim-Philipp Müller authored
Skips broken tests but logs an ERROR-level message to draw attention to that fact.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Give clocks a bit more time to synchronise.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
From 94ccf4c to 668acee
-
- Aug 04, 2012
-
-
Tim-Philipp Müller authored
Might be useful to track down certain bugs.
-
- Aug 03, 2012
-
-
Tim-Philipp Müller authored
Fixes make check and distcheck
-
- Aug 02, 2012
-
-
Tim-Philipp Müller authored
This can easily happen as side-effect of the plugin name in GST_PLUGIN_DEFINE no longer being a string in 0.11, but a name to G_STRINGIFY.
-
Tim-Philipp Müller authored
Point out some API changes that the compiler won't be able to warn about.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
This reverts commit ee6ab7c9. The application will probably only ever receive global TOCs, so don't really need this.
-
- Aug 01, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Jul 31, 2012
-
-
Sebastian Dröge authored
-
- Jul 30, 2012
-
-
The fail() definition was changed to not fail with non-GCC compilers, unfortunately the change was incorrect and appended the first argument of fail to the expression string instead of making it the message. This change does mean that fail() now requires a message to be passed along. https://bugzilla.gnome.org/show_bug.cgi?id=680755
-
- Jul 29, 2012
-
-
Thibault Saunier authored
-
- Jul 28, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
We need to send two kinds of TOCs downstream as events, and need both to stick to the pads. https://bugzilla.gnome.org/show_bug.cgi?id=678742
-
-
Tim-Philipp Müller authored
This is because we need to be able to signal different TOCs to downstream elements such as muxers and the application, and because we need to send both types as events (because the sink should post the TOC messages for the app in the end, just like tag messages are now posted by the sinks), and hence need to make TOC events multi-sticky. https://bugzilla.gnome.org/show_bug.cgi?id=678742
-
Tim-Philipp Müller authored
.. before checking out stuff.
-
- Jul 27, 2012
-
-
Sebastian Dröge authored
This specifies if a given taglist applies to the complete medium or only this specific stream. By default a taglist has a stream scope. Fixes bug #677619.
-
Wim Taymans authored
Add an offset field that is used to track at what position the segment was updated. This is used to set the running time to 0 when we do a flushing seek that doesn't update the position. See https://bugzilla.gnome.org/show_bug.cgi?id=680306
-
Wim Taymans authored
When seeking, the start value and type are now called start and start_type.
-