getrange failed warning message

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

getrange failed warning message

Kocsis Tibor
Hi,

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
0:00:38.103875227 28473 0xb520c778 WARN                  ffmpeg
gstffmpegdec.c:2215:gst_ffmpegdec_frame:<ffdec_h2640> ffdec_h264:
decoding error (len: -1, have_data: 0)

Are they important things or I should simply ignore it?

Thanks
Tibor

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: getrange failed warning message

Tim-Philipp Müller-2
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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: getrange failed warning message

Kocsis Tibor
Thanks!


On Mon, May 17, 2010 at 2:13 PM, Tim-Philipp Müller <[hidden email]> 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
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel