- 14 Jul, 2009 3 commits
-
-
Jan Schmidt authored
Give up and discard and recreate the alsasrc after checking it can be opened, due to some strange crash inside alsa when we don't.
-
Jan Schmidt authored
Wait for the alsasrc to return to NULL after setting it to PAUSED for testing, otherwise it leads to segfaults later on.
-
Jan Schmidt authored
Make the liveadder test succeed silently when it can't be completed either because alsasrc is unavailable, or because the device is inaccessible.
-
- 13 Jul, 2009 12 commits
-
-
Tim-Philipp Müller authored
Differentiate subtitle streams and lyrics/cracktastic/complex streams via the category string in the headers. This seems like a useful distinction to make, and also seems more future-proof. See #525743.
-
Vincent Penquerc'h authored
See #525743.
-
Stefan Kost authored
Treat uri-schemas incasesensitive. This is mandated in rfc2396 section 3.1. Fixes not showing buffering messages e.g. for HTTP://...
-
Stefan Kost authored
Make short-desc short - its used in the toc. Strip uneeded markup.
-
Jan Schmidt authored
Remove methods from video base classes that have moved to -bad. Add gst_netaddress_to_string
-
Jan Schmidt authored
-
Jan Schmidt authored
Add a general documentation blurb for the GstNavigation functionality. Still lacks some example code and detail on how to implement it.
-
Tim-Philipp Müller authored
-
Olivier Crête authored
From 5845b63 to fedaaee
-
Elliott Sales de Andrade authored
Add siren7 caps to the RIFF parser.
-
Filippo Argiolas authored
-
Filippo Argiolas authored
Enumerate v4l devices using gudev if available. Fixes bug #583640.
-
- 10 Jul, 2009 16 commits
-
-
Stefan Kost authored
-
Wim Taymans authored
Keep the pipeline paused when we detect download buffering. The user has to manually start the pipeline for now because we can't estimate when the buffering will finish or when we have underrun.
-
Wim Taymans authored
Don't flush the file by closing and opening it but instead use g_freopen. This avoids a deadlock in shutdown because we emit the temp-location property change with the wrong lock held.
-
Wim Taymans authored
-
Wim Taymans authored
Fix the construction of the temporary filename construction as the application name can be NULL and we don't want a separator between the prgname and the template.
-
Wim Taymans authored
Add a new playbin2 flag (initially disabled) to enable progressive download buffering in uridecodebin.
-
Wim Taymans authored
Add a download property that will attempt to configure queue2 into progressive download buffering. Make sure we only enable download buffering for quicktime and flv formats.
-
Wim Taymans authored
Add a new temp-template property so that queue2 can securely allocate a temporary filename. Deprecate the temp-location property for setting the location but still use it to notify the allocated temp file.
-
Stefan Kost authored
Adder can only handle one common format accross the pads. Thus one needed to add a capsfilter afterwards and manage the caps. Now one can simply set the caps on the property.
-
Stefan Kost authored
The seek-test needs a real audiosrc. Also add a test that checks that adder is reusable. Finaly handle warnings as warnings to fix a assertion.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
The playbin2 bug was #588078.
-
Sebastian Dröge authored
If READY->PAUSED failed in the source element we would've swapped the current and next group already. To allow READY->PAUSED to succeed after the first failure we have to swap the current and next group back again. This also ensure that we're again in the same state as before the failed state change and not at the next group. This was especially a problem for playbin2 pipelines that use the new mounting support in giosrc as the source would fail for READY->PAUSED the first time, the application mounts the location and then tries to go READY->PAUSED again (and this time it would succeed). Fixes bug #588078.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Fixes bug #510417.
-
Sebastian Dröge authored
-
- 09 Jul, 2009 1 commit
-
-
Sebastian Dröge authored
-
- 08 Jul, 2009 8 commits
-
-
Sebastian Dröge authored
Otherwise there might still be unwritten data after the element has stopped.
-
Sebastian Dröge authored
This makes it possible to do something useful with the streams after the element has stopped. Fixes bug #587896.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
An application can handle this message, remove the file in question and restart the pipeline again without showing an error. This fixes bug #529300.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This allows applications to mount the GFile if possible and restart the pipeline instead of simply giving an error.
-