- Aug 04, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
- Aug 01, 2009
-
-
Tim-Philipp Müller authored
There are flac-in-ogg files without the usual flac packet framing and these files just have a 4-byte fLaC ID packet as first packet. We need to recognise the type just from these four bytes if we want oggdemux to recognise these streams correctly.
-
- Jul 30, 2009
-
-
Jan Schmidt authored
-
Plugins should not assert on incompatible caps, caps negotiation will fail anyway.
-
Stefan Kost authored
-
Tim-Philipp Müller authored
The gio mount example needs GtkMountOperation, which is new in 2.14.
-
- Jul 27, 2009
-
-
Balachandran C authored
Fixes crashes in gst_alsa_find_device_name() when probing or reading the device-name property (e.g. when doing a dot-file dump). Fixes #589797.
-
Tim-Philipp Müller authored
Rename the GType of the pads of playbin's internal stream selector element so they don't use the same type name as input-selector's pads. Fixes #589622.
-
- Jul 24, 2009
-
-
Jan Schmidt authored
-
Jan Schmidt authored
-
Tim-Philipp Müller authored
Recognise spu-subtitles, SUB and K-SPU as valid categories for Kate subtitles as well.
-
- Jul 23, 2009
-
-
Stefan Kost authored
From fedaaee to 94f95e3
-
- Jul 22, 2009
-
-
Christian Schaller authored
-
- Jul 20, 2009
-
-
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.
-
- Jul 19, 2009
-
-
Edward Hervey authored
-
- Jul 16, 2009
-
-
Edward Hervey authored
-
- Jul 15, 2009
-
-
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.
-
- Jul 14, 2009
-
-
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.
-
- Jul 13, 2009
-
-
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
-