decodebin - static linking of decoder and sink

Sebastian Dröge sebastian at centricular.com
Wed Apr 27 06:06:01 UTC 2016


On Di, 2016-04-26 at 10:07 -0700, Ash 20001 wrote:
> Or more specifically how to statically link decoder to sink via
> decodebin but without waiting for the pad-added signal.

You can't :) The only other option is to statically link a pipeline
yourself without decodebin, e.g.

  appsrc ! yourh264dec ! xvimagesink

That shouldn't make any difference regarding latency though, decodebin
provides you pad-added at latest once the first decoded frame is
available.

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160427/357d7ff7/attachment.sig>


More information about the gstreamer-devel mailing list