[gst-devel] 3gp demux plugin working on PC but not on target

Michael Smith msmith at xiph.org
Wed Jan 7 19:39:20 CET 2009


On Wed, Jan 7, 2009 at 4:02 AM, Rahul Verma <rahul.verma at sasken.com> wrote:
> Hi,
>
>
>> That said, why aren't you using qtdemux? GStreamer includes a fairly
>> full-featured, high quality demuxer for
>> quicktime-and-qt-derived-formats like 3gp, and it works well already.
>
> We use the qtdemux extensively and find it very stable. We are developing
> out 3gp plugin as an experiment just to learn more about the GStreamer
> framework.

Fair enough.

>
>> Without the source to your plugin, all we can say about this
>> particular crash is "it's presumably a bug in your plugin, you'll need
>> to fix it".

Really, this doesn't help too much. You'll need to attach a debugger
and see where things are going wrong. It could be that one of the
libraries gstreamer uses was compiled wrongly, so things are going
wrong "randomly", or it could be a bug in your plugin - we can't
guess. You might also find running it on a PC using a tool like
valgrind helpful - it might show you something you're doing wrong that
just luckily doesn't cause a crash on the PC, but does on your target
system.


Mike




More information about the gstreamer-devel mailing list