Warning: got 'segment' before 'caps'

Sebastian Dröge sebastian at centricular.com
Wed Mar 14 13:12:40 UTC 2018


On Tue, 2018-03-13 at 16:26 +0100, Tim Janik wrote:
> Hello,
> 
> In a video display application (on ARM, IMX6 chipset),
> i'm seeing the following warnings when the video stream starts:
> 
> GStreamer-WARNING **: ../../gstreamer-
> 1.8.1/gst/gstpad.c:5052:store_sticky_event:<rtpjpegdepay0:src> Sticky
> event misordering, got 'segment' before 'caps'
> 
> GStreamer-WARNING **: ../../gstreamer-
> 1.8.1/gst/gstpad.c:5052:store_sticky_event:<jpegparse0:sink> Sticky
> event misordering, got 'segment' before 'caps'
> 
> 
> The pipeline in use is fairly straight forward:
> 
> udpsrc port=50006 caps=application/x-rtp ! rtpjpegdepay ! jpegparse !
> imxvpudec ! identity name=bufferpoint ! imxg2dvideosink name=vsink
> sync=0 force-aspect-ratio=false
> 
> 
> I'd appreciate any hints towards:
> 
> a) possible causes for these warnings,
> 
> b) suggestions how to avoid them.

You'll have to find the first element that produces these warnings, so
in your case that's most likely rtpjpegdepay. The problem is most
likely fixed already in newer versions than 1.8, there will be either a
commit in gst-plugins-base for GstRtpBaseDepayload or for the JPEG
depayloader itself.

-- 
Sebastian Dröge, Centricular Ltd · https://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180314/c4378cbe/attachment.sig>


More information about the gstreamer-devel mailing list