- 16 Mar, 2011 3 commits
-
-
Mart Raudsepp authored
-
Mart Raudsepp authored
Follow-up to commit 5f5c52cb, which only fixed the CFLAGS order. Fix the linker order as well.
-
Tim-Philipp Müller authored
Post better error messages in case typefind/decodebin2 are missing or could not be loaded for some reason (e.g. because they inadvertently got blacklisted). https://bugzilla.gnome.org/show_bug.cgi?id=644892
-
- 15 Mar, 2011 1 commit
-
-
Blaise Gassend authored
Negative return values are used for errors and storing them in an unsigned integer will make it impossible to detect the errors. Fixes bug #644845.
-
- 14 Mar, 2011 8 commits
-
-
Sebastian Dröge authored
This fixes muxing of Speex content and possibly other formats where the header detection works by counting the packets. Fixes bug #644745.
-
-
Stefan Kost authored
Pango is not reentrant. Use a class wide mutex to protect pange use in gst_text_overlay_render_pangocairo(). This works reliable in contrast to the hack in my previous commit. Fixes Bug #412678
-
Stefan Kost authored
This reverts commit fee32660.
-
Stefan Kost authored
-
Stefan Kost authored
Use a single g_object_set to configure the new multiqueue instance. Also don't needlessly set "use-buffering" if it is the default.
-
Stefan Kost authored
-
Stefan Kost authored
Layout a single char to pre-create all resources.
-
- 12 Mar, 2011 1 commit
-
-
Tim-Philipp Müller authored
-
- 10 Mar, 2011 3 commits
-
-
Thiago Santos authored
Adds a test case to check if encodebin can be reused https://bugzilla.gnome.org/show_bug.cgi?id=644416
-
Thiago Santos authored
In NULL/READY, we should be able to switch profiles on encodebin, this patch makes it tear down old profiles when new ones are set if in NULL/READY states https://bugzilla.gnome.org/show_bug.cgi?id=644416
-
Andoni Morales Alastruey authored
Clients are usually disconnected in the streaming thread if their inactivity is bigger than the timeout. If no new buffers are to be rendered in the sink, these clients will never be disconnected and for that reason it should be handled in the select() loop too.
-
- 08 Mar, 2011 1 commit
-
-
Arun Raghavan authored
Subtitle streams being parse can cause the pipeline to wait indefinitely to PREROLL. This makes subtitle streams got to PAUSED even if no data is available. This should not be a cause for concern as we don't expect to get much data for subtitle streams other than language tags from the container. https://bugzilla.gnome.org/show_bug.cgi?id=632291
-
- 04 Mar, 2011 2 commits
-
-
Mark Nauwelaerts authored
... otherwise we may end up without running clock in PLAYING. Fixes #636886.
-
Stefan Kost authored
g_object_set is a varargs function. Save 7 g_obvject_calls (and the overhead of them) by using it accordingly.
-
- 02 Mar, 2011 1 commit
-
-
Tim-Philipp Müller authored
Mark 64-bit interger constant as such to avoid warnings such as: gsttypefindfunctions.c:2152: error: integer constant is too large for ‘long’ type
-
- 28 Feb, 2011 3 commits
-
-
Mark Nauwelaerts authored
Fixes #642504.
-
Mark Nauwelaerts authored
From 1de7f6a to 6aec6b9
-
Stefan Kost authored
-
- 27 Feb, 2011 1 commit
-
-
Sebastian Dröge authored
Parsers are the only element class that are not changing the data and could lead to an infinite loop. Other element classes like demuxers, e.g. id3demux, can be used multiple times in a row and sometimes are.
-
- 26 Feb, 2011 4 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This is going to lead to an infinite loop of this element and can easily happen with parsers that accept their own src caps on the sinkpad.
-
Sebastian Dröge authored
Previously we only checked against the raw caps but we should also check against the return value of autoplug-continue. Additionally fix a thread-safety issue with accessing the raw caps.
-
David Schleef authored
-
- 25 Feb, 2011 1 commit
-
-
Robert Swain authored
Maps to GST_BUFFER_FLAG_MEDIA4. The purpose is to explicitly indicate whether a telecined buffer is progressive or not without having to make assumptions based on previous buffers.
-
- 24 Feb, 2011 7 commits
-
-
Sebastian Dröge authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Add "source-setup" signal for convenience and discoverability. No need to figure out "notify::source", look up the notify callback signature, then do an g_object_get() to get the source element.. https://bugzilla.gnome.org/show_bug.cgi?id=626152
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Request pads have to be released by the caller and must be unreffed after releasing them.
-
Sebastian Dröge authored
The GObject signal code assumes that the signal handlers return a new reference or copy. Fixes bug #641927.
-
Leo Singer authored
... rather than leave it as GST_BUFFER_OFFSET_NONE Fix bug #642942.
-
- 23 Feb, 2011 3 commits
-
-
Mark Nauwelaerts authored
Also fixes #642466.
-
Mark Nauwelaerts authored
... to avoid subsequent cleanup disposing an element not in NULL state.
-
Mark Nauwelaerts authored
-
- 22 Feb, 2011 1 commit
-
-
Tim-Philipp Müller authored
-