<div dir="ltr">On Tue, Jul 23, 2013 at 2:35 PM, Thiago Sousa Santos <span dir="ltr"><<a href="mailto:thiago.sousa.santos@collabora.com" target="_blank">thiago.sousa.santos@collabora.com</a>></span> wrote:<br><div class="gmail_extra">

<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, 2013-07-10 at 12:22 -0400, Josh Doe wrote:<br>
> I'd like to allow video to not only be encoded through CameraBin, but<br>
> also written as raw, uncompressed, container-less data. As CameraBin<br>
> uses GstEncodingProfile, I tried creating a profile that had ANY caps,<br>
> but that failed. Looking through the source, it seems this isn't<br>
> currently possible. Anything I'm missing, or should I modify<br>
> gstencodebin.c:_get_muxer to return an identity element when the<br>
> format caps are ANY?<br>
<br>
</div></div>I think you would also need to modify how camerabin gets the pads from<br>
the muxer, as the identify should have a pad named sink, while muxers<br>
usually have dynamic request pads named video/audio_%u.<br>
<br>
Have you considered only using the camera-source instead of the whole<br>
camerabin? wrappercamerabinsrc or any other specific you need?<br></blockquote><div><br></div><div>I was using camerabin primarily to handle the image and video saving features. Thanks for the tips on what I'd have to change in camerabin.</div>

<div><br></div><div>-Josh </div></div></div></div>