Gstreamer plugin

Paul d'AUBIGNY visechelle at gmail.com
Tue Mar 5 06:54:09 PST 2013


Hi Tajouri,

Just to be sure, did you launch your pipeline using gst-launch, with
another element after your plugin, e.g.: gst-launch filesrc
location=stream/movie.h264 ! YourPlugin ! fakesink

Because in what you send, you stopped just after your element.

Cheers,

Paul

2013/3/5 tajourim <tajouri.maher at gmail.com>

> thank you for reply Josh,
> I think that you don't understand my problem. I will explain again.
> I created a plugin with sink pad and source pad. I want to execute this
> command:
> > gst-launch filesrc location=stream/movie.h264 ! plguin
> But my element's sink pad wasn't linked to the data stream (srcpad of
> filesrc).
> NOTE: gst_pad_link() function links the source pad and the sink pad to the
> same element
> I want to link my element's sink pad to the srcpad of filesrc.
>
> -Tajouri
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-plugin-tp4658855p4658891.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130305/51737a6b/attachment-0001.html>


More information about the gstreamer-devel mailing list