<!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->time_base.num
== 0' failed."</b><br>
Here is the pipeline I'm using:<br>
filesrc -> demuxer (ffmpeg) -> Queue -> Audio decoder (amr-nb
decoder) -> alsasink<br>
-> Queue ->
Video decoder (MPEG-4 decoder) -> display sink<br>
<br>
Any ideas on how to solve this problem?<br>
<br>
Thanks,<br>
Géraldine<br>
<br>
</body>
</html>