- 18 Jul, 2012 5 commits
-
-
Tim-Philipp Müller authored
It returns a ref to the pool.
-
Edward Hervey authored
Queries will be sent when pipeline goes down to NULL, which would result in the probe being called ... but can't take the lock.
-
Edward Hervey authored
Use the peer of the internal pad to forward them, instead of the target which only exists for the ghostpad (and not the internal proxy pad).
-
Edward Hervey authored
-
Tim-Philipp Müller authored
Instead of letting the default query handler fail.
-
- 17 Jul, 2012 11 commits
-
-
Tim-Philipp Müller authored
Fixes "Unexpected event of kind caps can't be added in temp file" warning when doing download buffering.
-
Wim Taymans authored
Make _foreach_meta return FALSE when the foreach function returned FALSE.
-
Wim Taymans authored
Make the foreach function return FALSE when one of the function calls returned FALSE.
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
When we escape spaces to keep arguments together, only escape when the space is outside a "" string. See https://bugzilla.gnome.org/show_bug.cgi?id=673319
-
Wim Taymans authored
This reverts commit dd9fedb4. This is not the right place to escape the \, we should only escape the spaces to keep the arguments together that were provided as one group (with quotes on the shell).
-
Evan Nemerson authored
-
Evan Nemerson authored
-
Evan Nemerson authored
-
- 16 Jul, 2012 1 commit
-
-
Stefan Sauer authored
Stop querying the duration once an element return unknown and return unknown as a final result. This avoid eventually cutting off a stream too early. Add a tests to docuement the behavior.
-
- 15 Jul, 2012 2 commits
-
-
Tim-Philipp Müller authored
We want to be able to use this function on random non-NULL input, this should not result in a runtime-critical.
-
Tim-Philipp Müller authored
Move code that checks for upstream seekability and all that to the right place, otherwise it will never be done for formats that have headers such as FLAC, as handle_and_push frame will be called the first time only after headers have been processed (and framecount is > 0). This then makes us report that we can't seek, which disables the seek bar in totem.
-
- 14 Jul, 2012 8 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Keep it private until we have a reason to make it public.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- 13 Jul, 2012 2 commits
-
-
Wim Taymans authored
First try to let upstream handle the seek event, then fail if the event is something we don't understand.
-
Wim Taymans authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679506
-
- 12 Jul, 2012 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- 11 Jul, 2012 9 commits
-
-
Jan Schmidt authored
The ghostpad code directly activates/deactivates the child code by calling gst_pad_activate_mode, rather than gst_pad_set_active, so make sure to clear the flags in gst_pad_activate_mode(), which should catch all cases.
-
Wim Taymans authored
-
Wim Taymans authored
when we have a new step event with a -1 amount, make sure that we follow the regular code path so that the stop_end handler is called as usual. This takes care of flushing the buffer in case of a flushing step and also posts a step end message. See https://bugzilla.gnome.org/show_bug.cgi?id=679378
-
Sebastian Dröge authored
-
Stefan Sauer authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Anton Belka authored
Recursive search for the required entry, instead of returning the top-level entry that contains an entry with the search UID.
-
Edward Hervey authored
-