<div dir="ltr">I found a solution for this . Deleting gstreamer/registry.dat make it working again. <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 20, 2015 at 5:38 PM, tapas <span dir="ltr"><<a href="mailto:tapascst@gmail.com" target="_blank">tapascst@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div>Hi,<br><br></div>I used <a href="http://wiki.pitivi.org/wiki/GStreamer_from_Git#Build_Sources" target="_blank">http://wiki.pitivi.org/wiki/GStreamer_from_Git#Build_Sources</a> to build gst_plugins_bad from sources in ubuntu 15.04.<br><br></div>I used script <b>"gst_head" </b>(as described below) to run newly built gstreamer plugins without changing my system gstreamer.<br><br>cp ~/src/gstreamer/head/gstreamer/scripts/gst-uninstalled ~/bin/gst-head<br><p>Now edit this file <code>like below</code><br></p><p><code>
</code></p><code>
<pre>MYGST="$HOME/src/gstreamer"
</pre>
</code><p><code></code>
</p><code>Then run <br></code>$ ~/bin/gst-head
<code>
</code><code></code><br><br></div>I build x265 and made sure that it is installed in system path in ubuntu.<br><br></div><b>After building gst-plugins-bad , I found that x265 plugin is built as below:</b><br><br>janardana@janardana-Lenovo-B50-30-Touch:~/src/gstreamer/head/gst-plugins-bad$ tree -a ext/x265/<br>ext/x265/<br>├── .deps<br>│   └── libgstx265_la-gstx265enc.Plo<br>├── gstx265enc.c<br>├── gstx265enc.h<br>├── <a href="http://libgstx265.la" target="_blank">libgstx265.la</a><br>├── libgstx265_la-gstx265enc.lo<br>├── .libs<br>│   ├── libgstx265.exp<br>│   ├── <a href="http://libgstx265.la" target="_blank">libgstx265.la</a> -> ../<a href="http://libgstx265.la" target="_blank">libgstx265.la</a><br>│   ├── libgstx265_la-gstx265enc.o<br>│   ├── libgstx265.lai<br>│   ├── libgstx265.so<br>│   ├── libgstx265.soT<br>│   └── libgstx265.ver<br>├── Makefile<br>├── Makefile.am<br>└── Makefile.in<br><br>2 directories, 15 files<br>janardana@janardana-Lenovo-B50-30-Touch:~/src/gstreamer/head/gst-plugins-bad$ <br><br><br><br><br><br><br><b><br></b></div><b>But now if i run following command then I don't see any h265 encoder built by me :</b><br><br>janardana@janardana-Lenovo-B50-30-Touch:~/src/gstreamer/head/gst-plugins-bad$ gst-head<br>janardana@janardana-Lenovo-B50-30-Touch:~/src/gstreamer/head/gst-plugins-bad$ gst-inspect-1.0 x265enc<br>No such element or plugin 'x265enc'<br>janardana@janardana-Lenovo-B50-30-Touch:~/src/gstreamer/head/gst-plugins-bad$ gst-inspect-1.0 x265<br>No such element or plugin 'x265'<br>janardana@janardana-Lenovo-B50-30-Touch:~/src/gstreamer/head/gst-plugins-bad$ <br><br><br><br></div>But i can see other gst-bad-plugins build by gstreeamer build process. For example :<br><br></div>|gst-inspect-1.0 rtmpsink| shows that it is accessible from <br><br>Filename                 /home/janardana/src/gstreamer/head/gst-plugins-bad/ext/rtmp/.libs/libgstrtmp.so<br><br><br></div><div>Could you please suggest what I am missing ?<br><br></div><div>Thanks & Regards<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>Tapas<br></div></font></span></div>
</blockquote></div><br></div>