[gst-devel] querry : Caps Negotiation in ffdec_mpeg4

arnabsamanta arnabsamanta at tataelxsi.co.in
Tue Oct 28 06:48:45 CET 2008


 Hi ,
	I am running the following pipeline to play elementary mpeg4 video streams.
	filesrc location=../../mpeg4.dat ! queue3 ! ffdec_mpeg4 ! ffmpegcolorspace
! sdlvideosink sync=false

	the filesrc location gives the mpeg4 elemantary streams .
	queue3 is the plug in written by myself which gives the mpeg4 output frame
by frame .
	the frame am giving as the input to this module is of 640*320 framesize.

	when am runnig the pipeline am getting the following error

	ERROR: from element /pipeline0/ffdec_mpeg40: Internal GStreamer error:
negotiation problem.  Please file a bug at
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
	Additional debug info:
	gstffmpegdec.c(1981): gst_ffmpegdec_chain (): /pipeline0/ffdec_mpeg40:

	the capability of the queue3 srcpad is "ANY"
	the capabilty of the sink pad is
	Capabilities:
      video/mpeg
                  width: [ 16, 4096 ]
                 height: [ 16, 4096 ]
              framerate: [ 0/1, 2147483647/1 ]
            mpegversion: 4
           systemstream: false
      video/x-divx
                  width: [ 16, 4096 ]
                 height: [ 16, 4096 ]
              framerate: [ 0/1, 2147483647/1 ]
            divxversion: [ 4, 5 ]
      video/x-xvid
                  width: [ 16, 4096 ]
                 height: [ 16, 4096 ]
              framerate: [ 0/1, 2147483647/1 ]
      video/x-3ivx
                  width: [ 16, 4096 ]
                 height: [ 16, 4096 ]
              framerate: [ 0/1, 2147483647/1 ]




	Can some body tell me how can i solve  this error ?
	do i need to change the capability of the queue3 element or of ffdec_mpeg4
?

 Thanks and Regards,
	~Arnab.


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.




More information about the gstreamer-devel mailing list