<div dir="ltr"><font color="#000000">Thanks</font><div><font color="#000000">The sink im using is qtquick2videosink which is part of the qt-gstreamer project. seems to work fine for a v4l2src but not for a filesrc </font></div>
<div><font color="#000000"><br></font></div><div><font color="#000000">The bin created from the description "v4l2src device=/dev/video0 name=src ! video/x-raw-rgb, framerate=15/1 ! gamma name=gamma ! videobalance name=videoBalance" works fine.</font></div>
<div><font color="#000000">The bin created from the description "filesrc location=/media/Entertainment/Entertainment/Tekken_Videos/Tekken_FT10_c.avi ! decodebin2 name=dec ! ffmpegcolorspace ! videobalance name=videoBalance " does not</font></div>
<div><font color="#000000"><br></font></div><div><font color="#000000">Perhaps there is something wrong with how i'm creating the bin itself?</font></div><div><br></div><div><font color="#000000">Thanks for the help</font></div>
<div><font color="#000000">Sahil</font></div>

<div class="gmail_extra"><font color="#000000"><br><br></font><div class="gmail_quote"><font color="#000000">On Wed, Jan 29, 2014 at 12:38 AM, Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas.dufresne@collabora.com" target="_blank">nicolas.dufresne@collabora.com</a>></span> wrote:<br>
</font><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font color="#000000">Le mardi 28 janvier 2014 à 21:59 +0530, sahil malhotra a écrit :<br>
</font><div class="im"><font color="#000000">> It seems that it is a color space conversion issue. I tried to use a<br>
> v4l camera with my code and changing the caps from video/x-raw-yuv to<br>
> video/x-raw-rgb did fix the problem. How can i affect the same change<br>
> in my pipeline constructed from playbin2 so that i can change the<br>
> color space?<br>
<br>
</font></div><font color="#000000">You should check the caps of your videosink, if it does not support YUV<br>
it should not expose these caps, and not accept them either. If the caps<br>
negotiation is done right in your videosink, color conversion will be<br>
done automatically by playbin (though SW color space conversion has a<br>
cost on CPU).<br>
<span class="HOEnZb"><br>
Nicolas<br>
<br>
<br>
<br>
</span><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></font></blockquote></div><br></div></div>