- 06 Jul, 2010 3 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
This reverts commit 9d753824. If the DVD subpicture caps are not part of the raw caps, uridecodebin doesn't qualify resindvdbin as raw source and plugs decodebins, which causes broken DVD playback because of bugs elsewhere. This change was originally added to only expose supported, raw subtitles, e.g. if the subtitle sink did not support DVD subpictures but a converter to some supported format exists. It's not very important right now because we have nothing (that is autoplugged) to convert from plaintext/pango-markup or DVD subpictures to something else. Fixes bug #623583.
-
- 04 Jul, 2010 3 commits
-
-
Sebastian Dröge authored
Fixes bug #623530.
-
Sebastian Dröge authored
Fixes bug #623530.
-
Tim-Philipp Müller authored
-
- 02 Jul, 2010 3 commits
-
-
Sebastian Dröge authored
The last pixel wasn't written before for odd widths. Fixes bug #623418.
-
Sebastian Dröge authored
The last pixel wasn't written before. Fixes bug #623384.
-
Sebastian Dröge authored
Fixes bug #623375.
-
- 01 Jul, 2010 1 commit
-
-
Sebastian Dröge authored
Otherwise the uridecodebin will be still a child of playbin2 and its signals will still be connected. In future state changes this will then emit unrelated signals that will confuse playbin2 or, even worse, cause crashes and assertions. Fixes bug #623318.
-
- 30 Jun, 2010 4 commits
-
-
Tim-Philipp Müller authored
Fixes #623176.
-
Olivier Crête authored
Fixes #623233.
-
Fredrik Söderquist authored
If the source element failed here, oggdemux would crash. Fixes #623218.
-
Tim-Philipp Müller authored
On special request. Because it's important, apparently.
-
- 29 Jun, 2010 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- 28 Jun, 2010 1 commit
-
-
Tim-Philipp Müller authored
For maintainability reasons and $(builddir). Fixes #622944.
-
- 27 Jun, 2010 3 commits
-
-
Sebastian Dröge authored
We depend on GTK+ >= 2.14 already.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 26 Jun, 2010 7 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Edward Hervey authored
If an error happens, the PAUSED state will never be reached. If an application re-uses decodebin2 (like totem) where one would normally set to READY between each file, the cleanup that normally happens in the PAUSED=>READY codepath will never be called, resulting in the following file to re-use the previous demuxer/decoder/... https://bugzilla.gnome.org/show_bug.cgi?id=622807
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
There's no need to run a main loop, add a bus watch and deal with helper structs here just to wait for an EOS message.
-
Tim-Philipp Müller authored
Use new gst_element_link_pads_full() function to link elements, and disable all checks when linking (don't try this at home). Down to 18s from 3m20s. Scary.
-
- 25 Jun, 2010 2 commits
-
-
Wim Taymans authored
Check for the state of the ringbuffer before doing the checks of the other buffer properties, when we're not started, we don't care about those values.
-
Edward Hervey authored
Speeds up caps nego 2 fold https://bugzilla.gnome.org/show_bug.cgi?id=622696
-
- 24 Jun, 2010 8 commits
-
-
Tim-Philipp Müller authored
Fixes unused variable warning in that case.
-
Tim-Philipp Müller authored
-
Arun Raghavan authored
These are currently being marked as audio/x-m4a which is incorrect. https://bugzilla.gnome.org/show_bug.cgi?id=620720
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Only want to load core/-base plugins here.
-
Stefan Kost authored
From 73ff93a to a519571
-
Thiago Santos authored
Use %s for strings, not %d.
-
Sebastian Dröge authored
Previously we would read behind the end of the source lines.
-
- 23 Jun, 2010 3 commits
-
-
Thiago Santos authored
Adds GST_TAG_IMAGE_ORIENTATION mapping to xmp helper lib. Tests included.
-
Thiago Santos authored
Adds GST_TAG_IMAGE_ORIENTATION to the exif helper lib mapped tags. Tests included.
-
Wim Taymans authored
We need to clear the pointer to our ts-offset element when we destroy the video chain elements to make sure nobody derefs it to invalid memory afterwards.
-