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)? 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 [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
I didnt really got your question clearly, can you please elaborate.
On Mon, Jan 18, 2010 at 5:40 PM, Kocsis Tibor <[hidden email]> wrote: Hi, -- http://www.linkedin.com/in/kapilagrawal ------------------------------------------------------------------------------ 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 [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Kocsis Tibor
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 > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------------ 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 [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Thanks for the info!
Tibor > 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 ------------------------------------------------------------------------------ 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 [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |