[gstreamer-bugs] [Bug 574401] metadatamux fails^WIS failure

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Mar 12 09:21:16 PDT 2009


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=574401

  GStreamer | gst-plugins-bad | Ver: git




------- Comment #5 from Edward Hervey  2009-03-12 16:23 UTC -------
$ gst-launch videotestsrc num-buffers=1 ! jpegenc ! metadatamux exif=true !
metadatademux ! fakesink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstMetadataMux:metadatamux0:
GStreamer encountered a general stream error.
Additional debug info:
gstbasemetadata.c(607): gst_base_metadata_parse ():
/GstPipeline:pipeline0/GstMetadataMux:metadatamux0:
Failed to parse stream.
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...


Let's split this up.

$ gst-launch videotestsrc num-buffers=1 ! jpegenc ! filesink location=1.jpg

All good, produces the file, I can view it in eog or any image application.

$ gst-launch filesrc location=1.jpg ! metadatamux exif=True ! filesink
location=2.jpg
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstMetadataMux:metadatamux0:
GStreamer encountered a general stream error.
Additional debug info:
gstbasemetadata.c(607): gst_base_metadata_parse ():
/GstPipeline:pipeline0/GstMetadataMux:metadatamux0:
Failed to parse stream.
Setting pipeline to NULL ...
Freeing pipeline ...


-- 
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=574401.




More information about the Gstreamer-bugs mailing list