- 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 3 commits
-
-
Sebastian Dröge authored
-
Edward Hervey authored
From 03a0e57 to 98e386f
-
Wim Taymans authored
-
- 07 Jun, 2012 9 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Wim Taymans authored
Post the notify outside of the pa_lock to avoid a deadlock caused by basesrc calling get_time with the object lock. Reset the clock on connect. Post clock-lost and clock-provide messages. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=673977 Conflicts: ext/pulse/pulsesrc.c
-
Mohammed Sameer authored
This clock uses the actual stream time (pa_stream_get_time) to get a more accurate timestamp. Conflicts: ext/pulse/pulsesrc.c
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
-
Wim Taymans authored
Only reset the manager object when we used a Range header, ie. when we did a seek. Otherwise we just paused and we can resume just fine. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677475
-
Wim Taymans authored
-
- 06 Jun, 2012 4 commits
-
-
Edward Hervey authored
From 1fab359 to 03a0e57
-
Sebastian Dröge authored
-
Wim Taymans authored
-
Wim Taymans authored
-
- 05 Jun, 2012 3 commits
-
-
Thiago Santos authored
-
Thiago Santos authored
The osx compiler complains about those
-
Sebastian Dröge authored
They should take the filter caps into account and always return the template caps appended to the actual caps. Otherwise the parsers stop to accept unparsed streams where upstream does not know about channels, rate, etc. Fixes bug #677401.
-
- 04 Jun, 2012 2 commits
-
-
Wim Taymans authored
-
Josep Torra authored
-
- 01 Jun, 2012 2 commits
-
-
Josep Torra authored
-
Edward Hervey authored
From f1b5a96 to 1fab359
-
- 31 May, 2012 1 commit
-
-
Wim Taymans authored
-