thanks for your response. I actually did it with this decoder in order to learn some elements behavior, my aim is to do crossfading with more control than a playbin2 gives.<div><br><br><div class="gmail_quote">2011/11/1 Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Tue, 2011-11-01 at 21:21 -0200, Rossana Guerra wrote:<br>
<br>
> Hi everyone, I finally could run a simple .avi file, after<br>
> googling/debuggin I conclude that this the decoder my avi file needs.<br>
<br>
</div>gst-launch-0.10 playbin2 uri=file:///path/to/foo.avi<br>
<br>
should play your file or tell you what you need (well, in git anyway;<br>
you can also pass -m to gst-launch and then look for missing-plugin<br>
messages on the bus).<br>
<div class="im"><br>
> I couldn't find any information about it, like properties, signals,<br>
> etc. I appreciate any link or reading. Thanks<br>
<br>
</div>gst-inspect-0.10 ffdec_mpeg4<br>
<br>
should show you the properties and signals that are not part of<br>
GstElement and GstObject. Not that you should need to configure decoders<br>
much usually.<br>
<br>
Cheers<br>
-Tim<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<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></div>