- 20 Jan, 2012 9 commits
-
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
... to avoid accepting unhandled duration query result.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
... rather than carrying on with NULL buffer.
-
- 19 Jan, 2012 1 commit
-
-
Tim-Philipp Müller authored
-
- 16 Jan, 2012 4 commits
-
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
State change to PAUSED can be done async, so if this happens, we need to wait for the change to be done (or failed).
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
If the interlaced flag is not present in the caps, we assume the data is not interlaced, instead of leaving the boolean uninitialized.
-
- 13 Jan, 2012 8 commits
-
-
Vincent Penquerc'h authored
pa_stream_* functions return negative on error, despite the defines for error codes being positive. I only got to repro the error twice, so I'm not sure 100% sure this fixes the issue (the negative var being uninitialized after returning from pa_stream_get_latency).
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
-
Tim-Philipp Müller authored
Based on patch by: Stig Sandnes <stig.sandnes@cisco.com> Don't leak srcpad if there are no caps. https://bugzilla.gnome.org/show_bug.cgi?id=667820
-
-
Havard Graff authored
Simply return FALSE instead. https://bugzilla.gnome.org/show_bug.cgi?id=667817
-
-
- 12 Jan, 2012 3 commits
-
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
-
- 11 Jan, 2012 3 commits
-
-
Reynaldo H. Verdejo Pinochet authored
There is a hard dependency on inotify comming from gio. We are not currently bundling inotify with the Android dist so I'm disabling multifile for now until someone gets around to sort this out. This change fixes building on Android
-
Stefan Sauer authored
Clients can configure the desired behaviour via "transport" property. The default behaviour is ignoring the transport state. Other modes are master and slave.
-
Tim-Philipp Müller authored
wavenc only accepts little-endian PCM, but most of our elements such as audiotestsrc only produce or process audio in native endianness, so we need to plug a converter before wavenc on big endian systems.
-
- 10 Jan, 2012 4 commits
-
-
Stefan Sauer authored
When qjackctl is started, transport is stopped by default. This would be a regression for gstreamer apps that before just started to play right away.
-
Stefan Sauer authored
This feature allows to start and stop playback from other jack applications (e.g. qjackctl).
-
-
Stefan Sauer authored
Jack headers have a typedef for the shutdown callback as well.
-
- 09 Jan, 2012 1 commit
-
-
Vincent Penquerc'h authored
-
- 05 Jan, 2012 2 commits
-
-
Vincent Penquerc'h authored
-
Vincent Penquerc'h authored
-
- 04 Jan, 2012 2 commits
-
-
Tim-Philipp Müller authored
-
Peter Seiderer authored
Map write errno ENOSPC to GST_RESOURCE_ERROR_NO_SPACE_LEFT.
-
- 27 Dec, 2011 3 commits
-
-
-
Tim-Philipp Müller authored
-
-