[gstreamer-bugs] [Bug 387073] gst-launch videotestsrc ! ffmpegcolorspace ! ximagesink doesnot work on sunray

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Dec 20 04:11:53 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=387073

  GStreamer | gstreamer (core) | Ver: 0.10.11





------- Comment #4 from jerry tan  2006-12-20 12:10 UTC -------
when I run gst-launch -v videotestsrc ! ximagesink on sunray client and server.
I find that diff

-/pipeline0/videotestsrc0.src: caps = video/x-raw-rgb, bpp=(int)32,
endianness=(int)4321, depth=(int)24, red_mask=(int)16711680,
green_mask=(int)65280, blue_mask=(int)255, width=(int)320, height=(int)240,
framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1
-/pipeline0/ximagesink0.sink: caps = video/x-raw-rgb, bpp=(int)32,
endianness=(int)4321, depth=(int)24, red_mask=(int)16711680,
green_mask=(int)65280, blue_mask=(int)255, width=(int)320, height=(int)240,
framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1

+/pipeline0/videotestsrc0.src: caps = video/x-raw-rgb, bpp=(int)32,
endianness=(int)4321, depth=(int)24, red_mask=(int)255, green_mask=(int)65280,
blue_mask=(int)16711680, width=(int)320, height=(int)240,
framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1
+/pipeline0/ximagesink0.sink: caps = video/x-raw-rgb, bpp=(int)32,
endianness=(int)4321, depth=(int)24, red_mask=(int)255, green_mask=(int)65280,
blue_mask=(int)16711680, width=(int)320, height=(int)240,
framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1
 New clock: GstSystemClock

so I guess that ffmpegcolorspace can not handle this special color mask
caused this problem?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list