- Sep 14, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
- Sep 13, 2012
-
-
Tim-Philipp Müller authored
-
Wim Taymans authored
-
-
- Sep 12, 2012
-
-
Jan Schmidt authored
Don't fall through to the EOS handling after receiving a custom-downstream event.
-
Stefan Sauer authored
Rename gst_collect_pads_add_pad_full() to gst_collect_pads_add_pad() and fix all invocations.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
Fixes compilation where IPV6_TCLASS not defined.
-
Edward Hervey authored
And clean up get_caps code while I'm at it
-
Wim Taymans authored
Handle G_MAXINT in the framerates better. If we cannot double or divide the framerate, clamp to the smallest/largest possible value we can express instead of failing. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683861
-
Wim Taymans authored
-
Youness Alaoui authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683841
-
Michael Smith authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683839
-
- Sep 11, 2012
-
-
Tim-Philipp Müller authored
Before the element would post messages on the bus itself, now the sinks do that based on the tag events they receive. But since we don't have proper sink elements in these unit tests, but just dangling pads, we have to post the tag messages the test checks for ourselves. Down from 52/55 failing to 7/52 failing.
-
Mark Nauwelaerts authored
-
Wim Taymans authored
We can't yet wait for the bufferpool to DRAIN before starting renegotiation so disable it for now. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=682770
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Wim Taymans authored
Don't reset the segment because we need the values for accumulation. the segment is reset at start and after a flushing seek. Fixes some problems with files with quicktime segments.
-
- Sep 10, 2012
-
-
Wim Taymans authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Wim Taymans authored
When we start and renegotiate, there is a moment where the stream is created but not yet connected. Make sure all functions deal with this situation correctly instead of erroring out. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=681247
-
Wim Taymans authored
When get_time is called but we are not yet negotiated, return 0 instead of posting an error. It's possible that the base class is still negotiating when our get_time is called.
-
Wim Taymans authored
-
- Sep 09, 2012
-
-
Tim-Philipp Müller authored
If it ever turns out that we really must use thoe specific fourccs and not the generic one, we can still add a flavor field to the caps later.
-
- Sep 07, 2012
-
-
Daniela authored
When setup fails, make sure to cleanup afterwards. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=673509
-
Mark Nauwelaerts authored
... thereby plugging a memleak.
-
Mark Nauwelaerts authored
... now implemented by buffer memory blocks.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
- Sep 06, 2012
-
-
Wim Taymans authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Wim Taymans authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Wim Taymans authored
Add bufferpool support to avoid a memcpy in the videosink when actively interlacing. Remove some commented obsolete code.
-