[gstreamer-bugs] [Bug 499178] unexpected not negotiated and other weird beharviours

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Nov 26 05:12:50 PST 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=499178

  GStreamer | gstreamer (core) | Ver: HEAD CVS

René Stadler changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mail at renestadler.de




------- Comment #1 from René Stadler  2007-11-26 13:12 UTC -------
Also try this:

gst-launch-0.10 -v filesrc location=test.png ! pngdec ! ximagesink

Use a PNG file that differs from your X display in bpp to get this proper
failure (with gst 0.10.14 from Ubuntu Gutsy):

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/pipeline0/pngdec0.src: caps = video/x-raw-rgb, width=(int)320,
height=(int)240, bpp=(int)32, framerate=(fraction)0/1, depth=(int)32,
endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680,
blue_mask=(int)65280, alpha_mask=(int)255
ERROR: from element /pipeline0/pngdec0: Internal data stream error.
Additional debug info:
gstpngdec.c(515): gst_pngdec_task (): /pipeline0/pngdec0:
stream stopped, reason not-negotiated
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
/pipeline0/pngdec0.src: caps = NULL
FREEING pipeline ...


With CVS gst I get this instead:

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/pipeline0/pngdec0.src: caps = video/x-raw-rgb, width=(int)320,
height=(int)240, bpp=(int)32, framerate=(fraction)0/1, depth=(int)32,
endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680,
blue_mask=(int)65280, alpha_mask=(int)255
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 179000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
/pipeline0/pngdec0.src: caps = NULL
Setting pipeline to NULL ...
FREEING pipeline ...


Note how data seems to flow up to proper EOS, however the caps on
ximagesink:sink are never set.  The debug log shows some more weirdness, for
example the EOS message gets out _before_ pngdec errors out with
not-negotiated.  Even more strange: I can't reproduce this with jpegdec at
all...


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




More information about the Gstreamer-bugs mailing list