- Apr 28, 2010
-
-
Tim-Philipp Müller authored
- Apr 25, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Apr 23, 2010
-
-
Tim-Philipp Müller authored
From fc85867 to 4d67bd6
-
- Apr 22, 2010
-
-
Sebastian Dröge authored
...which is the intermediate conversion for conversion to all other formats. Fixes bug #616545.
-
- Apr 16, 2010
-
-
Sebastian Dröge authored
Fixes bug #615572.
-
Stefan Kost authored
-
Stefan Kost authored
Expose could be called before we have set the xwindow. Handle this gracefully like we do in image_put. Fixes #615789
-
Stefan Kost authored
Refactor like in xvimagesink. Remove the extra parameter and adjust the assert check.
-
- Apr 15, 2010
-
-
Thiago Santos authored
Commit message copied from core's commit from Benjamin Otte: 246f5dba Apparently gcc warns that GstMiniObject is not castable to GstEvent/Message/Buffer due to them containing 64bit variables, even though ARM hackers claim that those only need 4byte alignment. And as long as gcc behaves that way, this warning is not very useful. So we'll remove the warning until this problem is fixed. Fixes #615698
-
- Apr 14, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Stefan Kost authored
Don't rely on expose event to query geomentry after new xid is set. Fixes #615647.
-
Tim-Philipp Müller authored
Use foo_LDADD instead of foo_LDFLAGS to specify the libraries to link to. This should make sure arguments are passed to the linker in the right order, and makes LDFLAGS usable again. Based on initial patch by Brian Cameron <brian.cameron@oracle.com> Fixes #615697.
-
- Apr 12, 2010
-
-
Tim-Philipp Müller authored
-
Arun Raghavan authored
This adds code to calculate the level for a given AAC stream and export it in the stream caps. For AAC LC streams, the level is calculated according to the definition under the AAC Profile. For other streams, the definition under the Main Profile is used. HE-AAC support is still to be done, and is dependent on detecting the presence of SBR and PS in the stream. Level is added as a field of type string because that's the way it's done in H.264 caps as well. There are only a few possible levels, so not using a numerical type is not too painful in this case, and consistency is nice. Fixes #613589.
-
Arun Raghavan authored
This looks at the AAC profile for ADTS streams and adds the profile as a string in the corresponding caps. Profile is the actual profile, base-profile denotes the minimum codec requirements to decode this stream. In this case they're always the same, but they may differ e.g. in case of certain HE-AAC streams that can be partially decoded by LC decoders (with loss of quality of course) if no suitable HE-AAC decoder is available. Fixes #612312.
-
- Apr 11, 2010
-
-
Stefan Kost authored
Decrement sample counter when playing backwards. Set proper segment when playing backwards (0..cur instead or cur..-1). Add more logging and fix a format string.
-
- Apr 09, 2010
-
-
Olivier Crête authored
Based on patch by Olivier Crête <olivier.crete@collabora.co.uk> Fixes #613248
-
Wim Taymans authored
Add a property to specify that the amount of data in a packet should be a multiple of ptime-multiple. See #613248
-
Sebastian Dröge authored
From 218568f to fc85867
-
Tim-Philipp Müller authored
-
Thomas Green authored
Unreffing it whenever the sinks are removed will make the volume element unavailable after a playbin reuse because it is only recreated if the audio sink has changed. Fixes bug #614288.
-
- Apr 08, 2010
-
-
Thiago Santos authored
Call gst_buffer_make_metadata_writable before attempting to set caps on the buffer.
-
Edward Hervey authored
-
Tim-Philipp Müller authored
Fixes 'format not a string literal and no format arguments' compiler warning when compiling with -DGST_DISABLE_PRINTF_EXTENSION.
-
- Apr 07, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Require autoconf 2.60 (which was released in June 2006). Fixes #600718.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Apr 06, 2010
-
-
Wim Taymans authored
Catch more socket errors. Rework how sockets are managed in the GSource, wake up the maincontext instead of adding/removing the sockets from the source. Add callback for when the tunnel connection is lost. Some clients (Quicktime Player) close the POST connection in tunneled mode and reopen the socket when needed. See #612915
-
- Apr 05, 2010
-
-
David Schleef authored
Linking with libcdda_paranoia.so requires also linking with libcdda_interface.so.
-
Thiago Santos authored
Refactor xmp tags unit tests and remove an useless assertion. This will make easier to add unit tests to serialize/deserialize taglists.
-
- Apr 04, 2010
-
-
Sebastian Dröge authored
Errors could happen here when the device was removed already or when something is broken anyway. If errors happen here and they're propagated, the element can't shutdown cleanly. Fixes bug #614545.
-
Sebastian Dröge authored
Partially fixes bug #614545.
-
Tim-Philipp Müller authored
jsseek depends on linux headers and should therefore only be built on linux. Fixes #614764.
-