decodebin - static linking of decoder and sink
Ash 20001
ash20001 at hotmail.com
Wed Apr 27 21:24:23 UTC 2016
Hi Sebastian,Here is the pipeline picture from within my C++ app using appsrc where I am trying to statically create pipeline. Also attached is the DEBUG log (zipped)...I think the key portion is this:D/GST_LOG (22134): : (0) > [_0_] 0:00:05.562008914 0xb423b690 DEBUG GST_CAPS gstpad.c:5034:pre_eventfunc_check:<omx_h264dec:sink> caps video/x-h264, width=(int)1280, height=(int)720, framerate=(fraction)0/1, parsed=(boolean)true, stream-format=(string)avc, alignment=(string)au, level=(string)4, profile=(string)high, codec_data=(buffer)01640028ffe1000b67640028ac34ec05005b9001000468ea438b not acceptedI am not sure why this is not accepted as the sink pad on omx_h264dec says: SINK template: 'sink' Availability: Always Capabilities: video/x-h264 width: [ 0, 1920 ] height: [ 0, 1088 ] maxwidth: [ 0, 1920 ] maxheight: [ 0, 1088 ] framerate: [ 0/1, 2147483647/1 ]
Subject: Re: decodebin - static linking of decoder and sink
From: sebastian at centricular.com
To: gstreamer-devel at lists.freedesktop.org
Date: Wed, 27 Apr 2016 09:55:21 +0300
On Di, 2016-04-26 at 23:50 -0700, Ash 20001 wrote:
> I tried the "typefind - appsrc ! typefind ! h264parse ! omx_h264dec !
> xvimagesink", but after submitting frame 2 i get:
Get a debug log and check where the not-negotiated comes from. Most
likely you need at least a videoconvert between decoder and sink.
Also your pipeline graph is *not* from decodebin but from your manual
pipeline.
--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160427/2fc392a5/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: debug-log.zip
Type: application/zip
Size: 248850 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160427/2fc392a5/attachment-0001.zip>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pipeline.png
Type: image/png
Size: 84767 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160427/2fc392a5/attachment-0001.png>
More information about the gstreamer-devel
mailing list