[gst-devel] getrange failed warning message

Kocsis Tibor ikt011 at gmail.com
Tue May 18 10:20:03 CEST 2010


Thanks!


On Mon, May 17, 2010 at 2:13 PM, Tim-Philipp Müller <t.i.m at zen.co.uk> wrote:
> 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
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>




More information about the gstreamer-devel mailing list