- 20 Jul, 2009 7 commits
-
-
Jan Schmidt authored
-
Wim Taymans authored
We can't call gst_element_send_event() from a streaming thread as it gets the state lock. Instead call the send_event method directly until we have a nice API for this in basesrc. Fixes #588746
-
Olivier Crête authored
Fixes #587695
-
Olivier Crête authored
See #587695
-
Edward Hervey authored
Fixes #588747
-
Edward Hervey authored
-
Edward Hervey authored
We do this by letting the basesrc base class handle the tags.
-
- 19 Jul, 2009 1 commit
-
-
Edward Hervey authored
-
- 16 Jul, 2009 1 commit
-
-
Edward Hervey authored
-
- 15 Jul, 2009 4 commits
-
-
Wim Taymans authored
Keep track of the max requested position and compare this to the write position in the temp file to get the current amount of buffered data. Fix memleak of all incomming buffers. Fixes #588551
-
Tim-Philipp Müller authored
We shouldn't really depend on elements from -bad for stream selection in playbin2, so use a private copy of input-selector until the selector plugin is ready to be moved to -base or -good. Fixes #586356.
-
Tim-Philipp Müller authored
Not hooked up yet though. See #586356.
-
Filippo Argiolas authored
Fixes bug #588550.
-
- 14 Jul, 2009 5 commits
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
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 10 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.
-