[Gstreamer-bugs] [Bug 139532] New: - gstcolorspace crashes when after v4lsrc (ffmpegcolorspace works)

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Apr 8 16:17:01 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=139532
GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: gstcolorspace crashes when after v4lsrc
                    (ffmpegcolorspace works)
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-maint at bugzilla.gnome.org
        ReportedBy: bugs at leroutier.net
         QAContact: gstreamer-maint at bugzilla.gnome.org


using this pipeline :
gst-launch v4lsrc device=/dev/video0 ! colorspace ! ximagesink

it dies with :

EXECUTION du tube en cours ...
sh: line 1: v4l-conf: command not found
ERROR         default(30860)
v4l-overlay_calls.c(75):gst_v4l_set_overlay:<v4lsrc0> Executing v4l-conf failed.
ERROR         default(30860)
v4l-overlay_calls.c(75):gst_v4l_set_overlay:<v4lsrc0> system error: Succès
ERROR: from element /pipeline0/v4lsrc0: Executing v4l-conf failed.
Additional debug info:
v4l-overlay_calls.c(75): gst_v4l_set_overlay: /pipeline0/v4lsrc0:
system error: Succès
Opened device 'BT878 video (Hauppauge (bt878))' ('/dev/video0') successfully
Got 8 buffers ('YUV-4:2:0 (planar)') of size 2080 KB
format index is 0
Got 8 buffers ('YUV-4:2:0 (planar)') of size 2080 KB
 
** ERROR **: file gstcolorspace.c: line 330 (gst_colorspace_get_format): should
not be reached
aborting...
Abandon

wheras ffmpegcolorspace works :

gst-launch v4lsrc device=/dev/video0 ! ffmpegcolorspace ! ximagesink
EXECUTION du tube en cours ...
sh: line 1: v4l-conf: command not found
ERROR         default(30862)
v4l-overlay_calls.c(75):gst_v4l_set_overlay:<v4lsrc0> Executing v4l-conf failed.
ERROR         default(30862)
v4l-overlay_calls.c(75):gst_v4l_set_overlay:<v4lsrc0> system error: Succès
ERROR: from element /pipeline0/v4lsrc0: Executing v4l-conf failed.
Additional debug info:
v4l-overlay_calls.c(75): gst_v4l_set_overlay: /pipeline0/v4lsrc0:
system error: Succès
Opened device 'BT878 video (Hauppauge (bt878))' ('/dev/video0') successfully
Got 8 buffers ('YUV-4:2:2 (packed)') of size 2080 KB
Got 8 buffers ('YUV-4:2:2 (packed)') of size 2080 KB

(a not so beautifull video is in the window)


as asked by ds on the chan, attaching a log with debug

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list