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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Nov 23 05:42:18 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
           Summary: unexpected not negotiated and other weird beharviours
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: edgard.lima at indt.org.br
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


1 - pngdec should negotiate with ximagesink (see first output bellow)

2 - if I dont put additional thread (fakesrc ! fakesink)
  it just get EOS without any message or screen (see second output bellow)

3 - if I put the additional thread (fakesrc ! fakesink) I get the message
"not-negotiated" which is unexpected

4 - filesrc ! only_chain_func_element ! pngdec ! ximagesink (I think I got
GST_FLOW_RESEND for gst_pad_push) and it just finish without do nothing (no
msg, no screen)

5- filesrc ! only_chain_func_element ! pngdec ! ximagesink fakesrc ! fakesink
(I think I got GST_FLOW_RESEND for gst_pad_push) and it just finish without do
nothing (no msg, no screen)

6- by just putting ffmpegcolorspace between pngdec and ximagesink everything
works fine. BUT ffmpegcolorspace shouldn't not be need in this case.


edlima at feisty-laptop:~/Projects/TestFiles$ gst-launch-0.10 filesrc
location=gen.png ! pngdec ! ximagesink 
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 281000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...



edlima at feisty-laptop:~/Projects/TestFiles$ gst-launch-0.10 filesrc
location=gen.png ! pngdec ! ximagesink  fakesrc ! fakesink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /pipeline0/pngdec0: Internal data stream error.
Additional debug info:
gstpngdec.c(520): gst_pngdec_task (): /pipeline0/pngdec0:
stream stopped, reason not-negotiated
Execution ended after 720000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
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=499178.




More information about the Gstreamer-bugs mailing list