[gst-devel] running pipeline without sinkelement?

Stefan Kost ensonic at hora-obscura.de
Tue Jan 19 16:35:01 CET 2010


Kocsis Tibor wrote:
> Hi,
>
> I have a pipeline in PLAYING state. Is there any way to hold in the
> pipeline a source element in PLAYING (e.g. v4l2src) without a
> sinkelement, or I always have to use a sinkelement on the end of the
> pipeline (e.g. a fakesink)?
>   

You can't run a pipleine with loose ends. As soon as a pad_push/pull
happens on an unlinked pad you will get a dataflow error that is
critical and stops the pipeline. Just add a fakesink or block the pad.

Stefan
> Regards
> Tibor
>
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for Conference
> attendees to learn about information security's most important issues through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>   





More information about the gstreamer-devel mailing list