- 29 Jun, 2012 1 commit
-
-
Tim-Philipp Müller authored
-
- 28 Jun, 2012 5 commits
-
-
-
David Corvoysier authored
When it receives a seek in push mode, the qtdemux should first try to push the event upstream, and only if upstream fails fall back to its own seek logic.
-
David Corvoysier authored
When receiving a duration query for TIME format, try to query upstream, and only if upstream fails fall back to qtdemux duration handling.
-
Wim Taymans authored
Use the caps properties for alignment and format. Remove some old properties, we always want to use bufferlists when we can now.
-
Wim Taymans authored
-
- 27 Jun, 2012 1 commit
-
-
Wim Taymans authored
-
- 26 Jun, 2012 7 commits
-
-
Tim-Philipp Müller authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
This reverts commit 1b09bc60. Seems to make libv4l2 complain, maybe because we call REQBUFS with 0 buffers before we allocated buffers.
-
-
Wim Taymans authored
-
Wim Taymans authored
-
- 25 Jun, 2012 3 commits
-
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
Anton Belka authored
-
- 24 Jun, 2012 1 commit
-
-
Tim-Philipp Müller authored
-
- 23 Jun, 2012 1 commit
-
-
Tim-Philipp Müller authored
-
- 20 Jun, 2012 3 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
- 19 Jun, 2012 2 commits
-
-
Josep Torra authored
In OSX is allowed to configure the default audio output device, prefered channel layout and speaker positions through the tool "Audio MIDI Setup".
-
Matej Knopp authored
-
- 17 Jun, 2012 1 commit
-
-
Tim-Philipp Müller authored
-
- 16 Jun, 2012 3 commits
-
-
Tim-Philipp Müller authored
Get URI location using gst_uri_get_location(), so any escaped bits get unescaped. https://bugzilla.gnome.org/show_bug.cgi?id=609049
-
Tim-Philipp Müller authored
-
Bastien Nocera authored
https://bugzilla.gnome.org/show_bug.cgi?id=609049 Conflicts: gst/multifile/gstsplitfilesrc.c
-
- 14 Jun, 2012 3 commits
-
-
Wim Taymans authored
The memory was added to the input buffer instead of the output buffer.
-
Wim Taymans authored
Don't reset the time in flush-stop. Live sources can do this flush in the playing state and so the pipeline will never have a chance to update the base_time of the elements, which only happens when going from paused to playing.
-
Josep Torra authored
A big refactoring to allow passthrough AC3/DTS over SPDIF. Several random cleanups and minor fixes.
-
- 12 Jun, 2012 2 commits
-
-
-
Wim Taymans authored
Always send the flushing events to the udp elements now that basesrc supports this. This makes sure a segment event is sent correctly after a flush. Keep track of the currently executing command and make it possible to specify what command you want to cancel when starting a new async command. See https://bugzilla.gnome.org/show_bug.cgi?id=677905
-
- 11 Jun, 2012 4 commits
-
-
Stefan Sauer authored
-
-
Tim-Philipp Müller authored
-
Hans de Goede authored
UVC devices are never interlaced, and doing VIDIOC_TRY_FMT on them causes expensive and slow USB IO, so don't probe them for interlaced. This shaves 2 seconds of the startup time of cheese with a Logitech Webcam Pro 9000. Signed-off-by:
Hans de Goede <hdegoede@redhat.com> Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677722
-
- 09 Jun, 2012 1 commit
-
-
Tim-Philipp Müller authored
These should all be int instead of long, to avoid bugs when passing these as varargs with g_object_set(), and there was no reason to use long in the first place here. Fixes FIXME.
-
- 08 Jun, 2012 2 commits
-
-
Sebastian Dröge authored
-
Edward Hervey authored
From 03a0e57 to 98e386f
-