what's mean this gstreamer critical?

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

what's mean this gstreamer critical?

Kocsis Tibor
Hi,

i have the following gstreamer critical, what means it? I got during
some rtp seeking issue with multiple rate.

CRITICAL **: gst_adapter_flush: assertion `flush <= adapter->size' failed

Thanks,
Tibor

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: what's mean this gstreamer critical?

Tim-Philipp Müller-2
On Fri, 2010-10-22 at 11:08 +0200, Kocsis Tibor wrote:

Hi,

> i have the following gstreamer critical, what means it? I got during
> some rtp seeking issue with multiple rate.
>
> CRITICAL **: gst_adapter_flush: assertion `flush <= adapter->size' failed

That's a bug in some GStreamer element. It tries to flush more bytes
from the adapter than available. You can figure out where it comes from
by running your app in gdb like this:

 
  $ G_DEBUG=fatal_warnings gdb --args ./yourapp

then it will break at the warning and you can get a stack trace.
Alternatively, break on g_logv

Make sure to try the latest releases and/or git. It might already have
been fixed.

 Cheers
  -Tim



------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel