Problem with several gst caps functions.
Olivier Crête
olivier.crete at collabora.com
Thu Nov 14 10:44:19 PST 2013
On Thu, 2013-11-14 at 08:44 -0800, yoyosuper8 wrote:
> But I can't find anything to replace the gst_buffer_set_caps() and
> gst_controller_init() functions.
There is no GstController anymore, the functionality was merged into the
GstObject base class.
There are also no caps on the buffers anymore, you need to set them on
the pad, or more precisely send a caps event downstream.
--
Olivier Crête
olivier.crete at collabora.com
More information about the gstreamer-devel
mailing list