- Sep 29, 2011
-
-
Wim Taymans authored
-
- Sep 28, 2011
-
-
Wim Taymans authored
Fix compilation when POSIX_MEMALIGN is not set. Debug the configured alignment. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=660300
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
- Sep 27, 2011
-
-
Vincent Penquerc'h authored
Some elements (such as videorate) might push buffers early, for instance in in transform_ip. We want events (and in particular any NEWSEGMENT event) to be pushed before that. This fixes transmageddon wedging on converting a file starting with a non zero offset to Ogg. https://bugzilla.gnome.org/show_bug.cgi?id=660165
-
- Sep 26, 2011
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Raimo Järvi authored
Fixes bug #660083.
-
- Sep 25, 2011
-
-
Tim-Philipp Müller authored
GMainLoop is not a GObject. https://bugzilla.gnome.org/show_bug.cgi?id=424143
-
- Sep 23, 2011
-
-
Edward Hervey authored
Conflicts: gst/gstcaps.c gst/gstpad.c libs/gst/base/gstbasesink.c libs/gst/base/gstbasesink.h libs/gst/base/gstbasetransform.c
-
- Sep 21, 2011
-
-
Edward Hervey authored
-
-
- Sep 19, 2011
-
-
Stas Sergeev authored
This allows the setcaps handler and notify::caps to link the pad downstream and doesn't require hacks to always provide a peer to the pad, like in decodebin2.
-
Fabrizio (Misto) Milo authored
-
- Sep 16, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Which I messed up.
-
-
- Sep 14, 2011
-
-
Tim-Philipp Müller authored
-
- Sep 13, 2011
-
-
Tim-Philipp Müller authored
Cast enum to int before checking for negative values, which are impossible according to the enum list. gstlfocontrolsource.c:652:45: error: comparison of unsigned enum expression < 0 is always false [-Werror,-Wtautological-compare] if (waveform >= num_waveforms || waveform < 0) { ~~~~~~~~ ^ ~ https://bugzilla.gnome.org/show_bug.cgi?id=653137
-
-
- Sep 10, 2011
-
-
Tim-Philipp Müller authored
Reduce SPAM for GST_CAPS:5.
-
- Sep 09, 2011
-
-
Sebastian Dröge authored
-
- Sep 08, 2011
-
-
Nicolas Dufresne authored
Add a vmethod to handle the pad query. Install a default handler for the pad query. Use the new query function in filesink
-
Sebastian Dröge authored
Revert "Revert "basetransform: Use check for subsets and not non-empty intersection to check if caps are compatible"" This reverts commit 0bc6d49c. Conflicts: libs/gst/base/gstbasetransform.c
-
Sebastian Dröge authored
Revert "Revert "pad: Check for subsets, not non-empty intersections to check if caps are compatible"" This reverts commit 2bfada55. Conflicts: gst/gstpad.c For 0.11 we want to enforce that only subsets of the pad caps are allowed. This breaks backward compatibility for some elements, which is why we only print a warning in 0.10.
-
Sebastian Dröge authored
Conflicts: gst/gstpad.c
-
Sebastian Dröge authored
This reverts commit d3cad28d. It causes performance problems because acceptcaps() propagates downstream.
-
Sebastian Dröge authored
Conflicts: docs/design/draft-buffer2.txt docs/design/part-TODO.txt docs/design/part-block.txt docs/design/part-bufferlist.txt docs/design/part-caps.txt docs/design/part-element-transform.txt docs/design/part-events.txt docs/design/part-negotiation.txt gst/gstcaps.c gst/gstevent.h gst/gstghostpad.c gst/gstinterface.c gst/gstpad.c gst/gstpad.h gst/gstutils.c libs/gst/base/gstbasesink.c libs/gst/base/gstbasesrc.c libs/gst/base/gstbasetransform.c libs/gst/base/gsttypefindhelper.c plugins/elements/gstcapsfilter.c plugins/elements/gsttee.c tests/check/generic/sinks.c tools/gst-launch.1.in
-
Sebastian Dröge authored
-
Sebastian Dröge authored
In 0.11 only subsets are supported again as documented instead of also allowing non-empty intersections.
-
Sebastian Dröge authored
Revert "basetransform: Use check for subsets and not non-empty intersection to check if caps are compatible" This reverts commit 5e5cc5e8. See bug #658541.
-
Sebastian Dröge authored
This reverts commit 0c5d5020. See bug #658541.
-
- Sep 07, 2011
-
-
-
Tim-Philipp Müller authored
No point removin those empty override files from git, they'll just be re-created later, so let's tell gtk-doc about them, so it can clean them up properly.
-
Sebastian Dröge authored
Otherwise elements like capsfilter will return ANY caps if no peer is present instead of the filter caps. The transform_caps() vfunc could do transformations to the template caps that do not result in the unmodified template caps.
-
Stefan Sauer authored
Remove commented out parts that we don't need. Remove "the wingo addition" - no so useful after all. Narrow down file-globs for plugin docs.
-
Stefan Sauer authored
-