Thank you Tim. That helped my find my next error and get much further! :-) I am still trying to really understand the details of how all of this comes together. One piece at a time!<br><br>Chuck<br><br><div class="gmail_quote">
On Tue, Feb 5, 2013 at 4:25 PM, Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tue, 2013-02-05 at 16:15 -0500, Chuck Crisler wrote:<br>
<br>
Hi,<br>
<div class="im"><br>
> I am working to extend the v4l2src element to work with a Sensoray<br>
> hardware encoder. I now have the v4l2src element recognizing the H264<br>
> capability of the card. The next problem is negotiating between the<br>
> v4l2src and rtph264pay or mpegtsmux (sorry, I am stuck with the<br>
> antiquated 0.10.xx code - which actually works quite well). If I<br>
> specify the command as: gst-launch v4l2src<br>
<br>
</div>This:<br>
<br>
> .. ! 'video/x-raw-yuv, format=(fourcc)H264' ! ...<br>
<br>
does not make sense. Either it's raw or it's H264. v4l2src should output<br>
video/x-h264 caps. If it doesn't, rtph264pay or h264parse etc. will not<br>
be able to accept it.<br>
<br>
FWIW, there's an uvch264src element in gst-plugins-bad in git in the<br>
0.10 branch, which *might* help (I don't know if it does, I guess it<br>
depends on the driver).<br>
<br>
 Cheers<br>
  -Tim<br>
<div class="im"><br>
> rtph264pay pt=96 ! ... it fails linking the v4l2src (actually the<br>
> capsfilter src pad) and rtph264pay. I think that this is a caps issue.<br>
> The rtp payloader wants video/x-h264 as input. How do I specify the<br>
> caps to make all of the elements link?<br>
<br>
<br>
</div>_______________________________________________<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>
</blockquote></div><br>