- 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 4 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.
-
Edward Hervey authored
Otherwise we would end up with a bogus ->audiochain->ts_offset field which would cause segfaults/assertions when trying to modify the 'ts-offset' property in update_av_offset(). Was easy to trigger when using a list of audio+video files mixed with video-only files in totem.
-
- 21 Jun, 2010 1 commit
-
-
Stefan Kost authored
-
- 18 Jun, 2010 2 commits
-
-
Thiago Santos authored
Use _peek_string_index instead of _get_string_index to avoid a string copy
-
Philippe Normand authored
In buffer_alloc, if the buffer caps are new, call gst_pad_peer_accept_caps once only, it's useless to call it in the cases where we know it will always fail. Fixes bug #621190
-
- 17 Jun, 2010 4 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Tim-Philipp Müller authored
Update common for latest gstdoc-scangobj and inspect xml files for escaping and pad template order changes. Update other gtk-doc files for API additions and object hierarchy changes.
-
- 16 Jun, 2010 1 commit
-
-
Wim Taymans authored
Use the pad caps when they are available to continue the autoplugging. If the pad caps are set, they are fixed and then we can directly continue autoplugging.
-
- 15 Jun, 2010 5 commits
-
-
Edward Hervey authored
From 9339ccc to 35617c2
-
Stefan Kost authored
From 5adb1ca to 9339ccc
-
Stefan Kost authored
From 57c89b7 to 5adb1ca
-
Stefan Kost authored
From c804988 to 57c89b7
-
Edward Hervey authored
This reverts commit 5f74f3a8.
-