- Sep 29, 2011
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
- Sep 28, 2011
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Mark Nauwelaerts authored
-
Wim Taymans authored
Add a method to configure the output caps. Subclasses can't use gst_pad_set_caps() anymore because then we won't see the caps. Unbreak the padtemplate registration, the GTypeClass that is configured in the object during _init is not the right one, we need to use the klass passed as the argument to the init function..
-
Tim-Philipp Müller authored
We want to remove all codec specific tags.
-
Wim Taymans authored
Conflicts: gst-libs/gst/audio/gstaudioencoder.c gst/playback/gstplaybin2.c gst/videotestsrc/videotestsrc.c
-
- Sep 27, 2011
-
-
Raimo Järvi authored
Fixes bug #660304.
-
Raimo Järvi authored
Fixes bug #660301.
-
Mark Nauwelaerts authored
... which avoids going loopy with casual subclass.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
... which probably includes a pending newsegment event.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Wim Taymans authored
-
- Sep 26, 2011
-
-
Tim-Philipp Müller authored
-
Wim Taymans authored
-
Wim Taymans authored
Conflicts: gst-libs/gst/audio/gstaudiodecoder.c gst-libs/gst/audio/gstaudioencoder.c gst/encoding/gstencodebin.c
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This reverts commit 11e37548. GST_BOILERPLATE() can't define an abstract type and G_DEFINE_ABSTRACT_TYPE() does not pass the class struct to the instance_init function and there's no way to get the class struct of the current type in instance_init().
-
Sebastian Dröge authored
This extends the special case of a fixed number of samples per frame that was supported before already.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This makes sure that the caps are already set before any serialized events are sent downstream.
-
Sebastian Dröge authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
- Sep 25, 2011
-
-
Tim-Philipp Müller authored
To keep code identical as much as possible between the two branches, for easier merging.
-
Tim-Philipp Müller authored
-
- Sep 23, 2011
-
-
Tim-Philipp Müller authored
There's no code whatsoever that uses these macros. If anyone ever feels the need to resurrect them, we should add them to gstutils.h in core or libgstaudio or so.
-
Edward Hervey authored
Conflicts: ext/ogg/gstoggdemux.c ext/pango/gsttextoverlay.c gst-libs/gst/audio/gstaudioencoder.c gst-libs/gst/audio/gstbaseaudiosrc.c gst/playback/gstsubtitleoverlay.c gst/videorate/gstvideorate.c
-
Robert Swain authored
-