<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19328">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>I'm a new user of gstreamer and I wanted to compile 
the latest gst-launch in order to use a new "uvch264_src" element, to control my 
logitech c920 webcam.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Now, I followed instructions at the web page for 
gstreamer and cloned 4 git repositories (3 initial: gstreamer, gst-plugins-base, 
gst-plugins-good and one additional gst-plugins-bad, that was supposed to 
contain "uvch264_src").</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>I've built and make installed all of them 
successfully (at least there weren't any critical errors to prevent me from 
finishing the "make" process). But when I run the following command, I get 
errors like:</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>===================</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial># gst-launch-1.0 -v -e uvch264_src 
device=/dev/video0 auto-start=true iframe-period=100 initial-bitrate=320 
name=src src.vidsrc !<BR></FONT></DIV>
<DIV><FONT size=2 face=Arial>0:00:00.113560130 
32359       0xbd4560 
ERROR           GST_PIPELINE 
./grammar.y:670:priv_gst_parse_yyparse: no element 
"uvch264_src"<BR>0:00:00.113709825 32359       
0xbd4560 ERROR           
GST_PIPELINE ./grammar.y:940:priv_gst_parse_launch: Unrecoverable syntax error 
while parsing pipeline uvch264_src device=/dev/video0 auto-start=true 
iframe-period=100 initial-bitrate=320 name=src src.vidsrc !<BR>ERROR: pipeline 
could not be constructed: no element "uvch264_src".<BR></DIV></FONT><FONT size=2 
face=Arial></FONT><FONT size=2 face=Arial>
<DIV><FONT size=2 face=Arial>===================</FONT></DIV>
<DIV> </DIV>
<DIV>Please help</FONT></DIV></BODY></HTML>