Turning this gst-launch-1.0 command into a C++ app?

Tim Müller tim at centricular.com
Thu Nov 10 08:51:36 UTC 2016


On Wed, 2016-11-09 at 20:31 -0800, rick b wrote:

Hi Rick,

> I've setup all my elements, however, I'm getting an internal data
> flow error and I'm not sure why. Any help will be AWESOME!!!

What kind of flow error are you getting? (not-linked, not-negotiated,
etc.) Could you paste the whole error message including the 'debug'
detail string?

Does this pipeline work for you as is in gst-launch-1.0?

Use videoconvert instead of autovideoconvert, as mentioned already. I
see you do that in your code, but you don't actually link the
videoconvert element with anything else, so it's just going to sit
there unused.

You can also use

  pipeline=gst_parse_launch("...", ...)

to create a simple pipeline from parse-launch syntax.

Cheers
 -Tim

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com


More information about the gstreamer-devel mailing list