<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I try to write a 3GP player thanks to GStreamer and I can not read some
3GP audio/video files.<br>
The following warning appears in the ffmpeg demuxer :<br>
<b>"mov.c:1885: mov_read_packet: Assertion `pts % st-&gt;time_base.num
== 0' failed."</b><br>
Here is the pipeline I'm using:<br>
filesrc -&gt; demuxer (ffmpeg) -&gt; Queue -&gt; Audio decoder (amr-nb
decoder) -&gt; alsasink<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; -&gt; Queue -&gt;
Video decoder (MPEG-4 decoder) -&gt; display sink<br>
<br>
Any ideas on how to solve this problem?<br>
<br>
Thanks,<br>
G&eacute;raldine<br>
<br>
</body>
</html>