[gst-devel] getrange failed warning message
Tim-Philipp Müller
t.i.m at zen.co.uk
Mon May 17 14:13:26 CEST 2010
On Mon, 2010-05-17 at 13:48 +0200, Kocsis Tibor wrote:
> i'm recording h264 streams from an axis camera and save into mkv. The
> playback is fine, but at the start of totem and at seek I always get
> these warnings:
>
> 0:00:37.992012125 28473 0x8cf4d08 WARN GST_SCHEDULING
> gstpad.c:4692:gst_pad_get_range:<source:src> getrange failed
> unexpected
> 0:00:37.992085328 28473 0x8cf4d08 WARN GST_SCHEDULING
> gstpad.c:4692:gst_pad_get_range:<sink:proxypad11> getrange failed
> unexpected
> 0:00:37.992121977 28473 0x8cf4d08 WARN GST_SCHEDULING
> gstpad.c:4692:gst_pad_get_range:<typefind:src> getrange failed
> unexpected
> ...
> Are they important things or I should simply ignore it?
This is probably normal, GST_FLOW_UNEXPECTED is what's returned when the
typefinder or demuxer tries to access a byte position beyond the end of
the file. I'll change the code in git to show an INFO rather than a WARN
debug message in this case.
So just ignore it if everything works fine otherwise.
Cheers
-Tim
More information about the gstreamer-devel
mailing list