<div dir="ltr"><div>Hello,<br><br></div>    Using gstreamer-0.10 I wrote a plugin which reads a text input, process that text and wrote on cairo_surface_t, from this surface I took the raw RGBA(32bit) data and put it on GstBuffer and push to <b>ffmpegcolorspace ! ximagesink</b> <b>all alpha pixels in output window shows black pixels and remaining all colours not showing properly(ex. black pixels showing blue...except white color).</b><br clear="all">
<div><div><div><br></div><div>    Is this the problem with the caps that I used? If so, suggest me proper caps for the above scenario, Below are the caps that I used to my srcpad.<br><br><b> caps = gst_caps_new_simple ("video/x-raw-rgb",<br>
      "width", G_TYPE_INT, data_w,<br>      "height", G_TYPE_INT, data_h,<br>      "bpp", G_TYPE_INT, 32,<br>      "framerate", GST_TYPE_FRACTION, 50, 50, NULL);</b><br><br></div><div>
   If this is not problem with caps let me know what would be the problem.<br></div><br><div>-- <br><div><b><font size="1"><span style="color:rgb(102,102,102)">Thanks,</span></font></b><br style="color:rgb(102,102,102)">
<p style="margin-bottom:0in;color:rgb(102,102,102)"><a name="SafeHtmlFilter_SafeHtmlFilter_post_text_1823861"></a><b>R@m€$h Ad@p@.</b></p></div>
</div></div></div></div>