Rendering RGB image to xvimagesink.

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Rendering RGB image to xvimagesink.

vijayp
Hi,
I am writting a png decoder plugin.The output data is raw RGB data,
by using
gst -launch filesrc location=1.png ! my_png_decoder ! ffmpegcolourspace  ! xvimagesink
i can able to display the rgb image

But i want to render rgb data directly to xvimagesink(ffmpegcolorspace converts rgb to yuv).
I dont want to use ffmpeg colourspace.
Is it possible to render directly rgb data to xvimagesink?
will xvimagesink accepts only yuv data?
 
Regards,
Vijay P

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Rendering RGB image to xvimagesink.

Sudarshan Bisht

Its better to use autovideosink as it automatically detects appropriate video sink.


On Wed, Sep 14, 2011 at 9:29 AM, vijay <[hidden email]> wrote:
Hi,
I am writting a png decoder plugin.The output data is raw RGB data,
by using
gst -launch filesrc location=1.png ! my_png_decoder ! ffmpegcolourspace  ! xvimagesink
i can able to display the rgb image

But i want to render rgb data directly to xvimagesink(ffmpegcolorspace converts rgb to yuv).
I dont want to use ffmpeg colourspace.
Is it possible to render directly rgb data to xvimagesink?
will xvimagesink accepts only yuv data?
 
Regards,
Vijay P

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




--
Regards,

Sudarshan Bisht

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Rendering RGB image to xvimagesink.

Stefan Sauer
In reply to this post by vijayp
On 09/14/11 08:29, vijay wrote:
Hi,
I am writting a png decoder plugin.The output data is raw RGB data,
by using
gst -launch filesrc location=1.png ! my_png_decoder ! ffmpegcolourspace  ! xvimagesink
i can able to display the rgb image

But i want to render rgb data directly to xvimagesink(ffmpegcolorspace converts rgb to yuv).
I dont want to use ffmpeg colourspace.
Is it possible to render directly rgb data to xvimagesink?
will xvimagesink accepts only yuv data?
xvimagesink usually takes yuv formats and renders them on a overlay. ximagesink takes rgb.

Stefan

 
Regards,
Vijay P
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel