[gst-devel] querry : rtpmp4vpay : error

Michael Smith msmith at xiph.org
Mon Oct 27 18:09:04 CET 2008


On Mon, Oct 27, 2008 at 4:39 AM, arnabsamanta
<arnabsamanta at tataelxsi.co.in> wrote:
>  Hi ,
>        when am using the pipeline filesrc location=../mpeg4.dat ! queue3 !
> rtpmp4vpay ! filesink location=../../
>        am getting the following error
>
>        ERROR: from element /pipeline0/rtpmp4vpay0: Element doesn't implement
> handling of this stream. Please file a bug.
>        Additional debug info:
>        gstbasertppayload.c(496): gst_basertppayload_push ():
> /pipeline0/rtpmp4vpay0:
>        subclass did not specify clock_rate
>
>        where,
>         the filesrc location is giving the raw elemantary mpeg4 streams
>         and queue3 is the plug in written by me which  gives one complete mpeg4
> frame as output

You'll need to put an mpeg4 elementary stream parser in there, then.
mpeg4videoparse may work for this, or you might need to work on
mpeg4videoparse a bit to improve it.

Mike




More information about the gstreamer-devel mailing list