<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello Kapil,<br>
Right you are!<br>
<br>
But...still doesn't work. I'm strongly suspecting TI's <font
face="Times New Roman" size="3"><span style="font-size: 12pt;">TIImgenc1
implementation at this point. Looking at the source code for it, it
looks like it *should* work, as they've implemented a circular buffer
system to buffer incoming and outgoing buffers. When I turn logging on,
I see the following snippet:<br>
<br>
GST_ERROR_SYSTEM
gstelement.c:1761:gst_element_message_full:<tiimgenc10> posting
message: Failed to queue input buffer into circular buffer<br>
<br>
0:06:58.383303446 2220 0xfabc0 INFO GST_ERROR_SYSTEM
gstelement.c:1784:gst_element_message_full:<tiimgenc10> posted
error message: Failed to queue input buffer into <br>
</span></font><font face="Times New Roman" size="3"><span
style="font-size: 12pt;">circular buffer</span></font><br>
<font face="Times New Roman" size="3"><span style="font-size: 12pt;"><br>
<br>
So...digging deeper into </span></font><font face="Times New Roman"
size="3"><span style="font-size: 12pt;">TIImgenc1<br>
<br>
Thanks!<br>
Paul<br>
</span></font><font face="Times New Roman" size="3"><span
style="font-size: 12pt;"><br>
</span></font>Kapil Agrawal wrote:
<blockquote
cite="mid:CADK2-S5kXeJyf3D3t8SqbKYPeSMdvqCZZYsei00V023jqsrN4w@mail.gmail.com"
type="cite">Hello Paul,<br>
<br>
I think your pipeline should look like, added a queue after tee<br>
<br>
<font face="Times New Roman" size="3"><span style="font-size: 12pt;">gst-launch
-v v4l2src always-copy=FALSE input-src=composite \<br>
! tee name= t \<br>
! queue<br>
! 'video/x-raw-yuv,width=(int)736,height=(int)480' \<br>
! tidisplaysink2 video-standard=vga display-output=lcd
mmap-buffer=FALSE
dma-copy=TRUE \<br>
t. \<br>
! queue \<br>
! 'video/x-raw-yuv,width=(int)736,height=(int)480' \<br>
! videorate \<br>
! TIImgenc1 iColorSpace=UYVY oColorSpace=YUV420P qValue=75
engineName=codecServer \<br>
! filesink location=output.jpg</span></font><br>
<br>
Regards<br>
Kapil<br>
<br>
-- <br>
<a moz-do-not-send="true" href="http://www.mediamagictechnologies.com">www.mediamagictechnologies.com</a>
(Gstreamer, ffmpeg, Red5, Streaming)<br>
twitter handle: @gst_kaps<br>
<a moz-do-not-send="true"
href="http://www.linkedin.com/in/kapilagrawal">http://www.linkedin.com/in/kapilagrawal</a><br>
</blockquote>
<br>
</body>
</html>