<div dir="ltr">Hi Sneha, <div><br></div><div><br></div><div>1 - In the <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-bin-custom.html">code you've mentioned</a>, what is happening is that you're trying to create en element instance of the custom 'oggvorbisplayer' plugin. Notice that this 'oggvorbisplayer' plugin is representative of the custom plugin someone has (personally) developed and therefore not part of the generically available plugins. You can find more info on how to write custom plugins in the <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/index.html">Plugin Writers Guide</a>.</div><div>2 - If you run gst-inspect without any additional argument it will print the list of available plugins on your system. </div><div><br></div><div>Side note: You're reading the manual for 1.4.5 and yet you're using 0.1. I would recommend bumping it to the latest version. <br></div><div><br></div><div>Cheers</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-04-07 10:51 GMT+02:00 Sneha Murganoor <span dir="ltr"><<a href="mailto:sneha.nie@gmail.com" target="_blank">sneha.nie@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hi all,<br><br></div>I am new bee to Gstreamer, learning through Gstreamer Application manual 1.4.5.<br><br></div>While i compiled the code in<div><div><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-bin-custom.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-bin-custom.html</a> I realized that oggvorbisplayer plugin is missing. <br><br>>>gst-inspect-0.10 oggvorbisplayer<br>No such element or plugin 'oggvorbisplayer'<br><br>>>gcc custom_bin.c -o custom_bin `pkg-config --cflags --libs gstreamer-0.10`<br><br><br>>>./custom_bin <br><br>(custom_bin:7173): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed<br><br></div><div>1. How do I fix this??<br></div><div>2. how to find : Which elements/plugins are placed in gst plugins?<br></div><div><br></div><div>Thanks,<br></div><div>Sneha<br></div></div></div>
<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>
<br></blockquote></div><br></div>