no element "uvch264_src"

Burek Pekaric burek021 at gmail.com
Tue Oct 16 15:03:25 PDT 2012


----- Original Message ----- 
From: "Tim-Philipp Müller" <t.i.m at zen.co.uk>


> On Tue, 2012-10-16 at 22:10 +0200, Burek Pekaric wrote:
>
>> Also, is it ok if I download the latest source from the 0.x series
>> (http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.11.99.tar.xz
>> I think)?
>
> No, don't touch anything 0.11.x, that's unstable and outdated stuff
> leading up to 1.0 (but 1.0.x is out now).
>
> You need the 0.10 branch from git, of all modules. That element is only
> in git.
>
> Cheers
> -Tim
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>

Ok, I managed to checkout 0.10 branches in all git repos (gstreamer, 
gst-plugins-base, gst-plugins-good, gst-plugins-bad) and built gstreamer, 
but still the error(s) remain:

==============

# gst-launch-0.10 -v -e uvch264src device=/dev/video0 auto-start=true 
iframe-period=100 initial-bitrate=320 name=src src.vidsrc !

0:00:00.016396851 18790      0x1c30270 ERROR           GST_PIPELINE 
./grammar.y:661:priv_gst_parse_yyparse: no element "uvch264src"
0:00:00.016530240 18790      0x1c30270 ERROR           GST_PIPELINE 
./grammar.y:929:priv_gst_parse_launch: Unrecoverable syntax error while 
parsing pipeline uvch264src device=/dev/video0 auto-start=true 
iframe-period=100 initial-bitrate=320 name=src src.vidsrc !
ERROR: pipeline could not be constructed: no element "uvch264src".

==============

# gst-launch-0.10 -v -e uvch264_src device=/dev/video0 auto-start=true 
iframe-period=100 initial-bitrate=320 name=src src.vidsrc !

0:00:00.016906142 18791       0xb1d270 ERROR           GST_PIPELINE 
./grammar.y:661:priv_gst_parse_yyparse: no element "uvch264_src"
0:00:00.017041401 18791       0xb1d270 ERROR           GST_PIPELINE 
./grammar.y:929: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 !
ERROR: pipeline could not be constructed: no element "uvch264_src".

==============

P.S. I've joined the irc channel, so if you are online, we can maybe discuss 
it there? 



More information about the gstreamer-devel mailing list