[gstreamer-bugs] [Bug 433491] GStreamer / FFMpeg Plug-in / MPEG4 / MP4 / mpeg4 video

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Apr 26 01:38:12 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=433491

  GStreamer | gst-ffmpeg | Ver: 0.10.12

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
   Target Milestone|HEAD                        |NONE




------- Comment #2 from Tim-Philipp Müller  2007-04-26 08:38 UTC -------
This is the problem:

gstffmpegdec.c(2010): gst_ffmpegdec_chain (): /pipeline0/ffdec_mpeg40:
ffdec_mpeg4: input format was not set before data start

At the very minimum you need a typefind element in front of ffdec_mpeg4, so
that caps are set on the incoming buffers, so that ffdec_* knows which format
it is.

If this is a raw video bitstream that is not in a container, you might need a
parser in front of ffdec_mpeg4 as well, but I am not sure if we even have a
parser for this.

In general, it's better to put MPEG-4 content into a container and then use
demuxer ! ffdec_mpeg4.

If playbin/decodebin play it, check what elements it is plugging
(gst-launch-0.10 -v will tell you the element names when the caps change).

Also check the gstreamer-devel mailing list for additional support.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=433491.




More information about the Gstreamer-bugs mailing list