Gstreamer plugin

Tim-Philipp Müller t.i.m at zen.co.uk
Mon Mar 4 03:23:16 PST 2013


On Mon, 2013-03-04 at 02:45 -0800, tajourim wrote:

> the error is caused by gst_pad_push (gstbasesrc.c)

It is not *caused* by gst_pad_push(), but *reported* by gst_pad_push().

If it returns FLOW_NOT_LINKED, chances are that the pad is not linked.
The reason why it is not linked probably lies outside of your plugin
code, in your application code (Maybe you're trying to link before you
have added both elements to the pipeline? Maybe you're trying to link to
an element that has request pad that haven't been created yet?)

Cheers
 -Tim



More information about the gstreamer-devel mailing list