<div dir="ltr">Hi,<br><br>On Mon, Jul 3, 2017 at 6:05 PM, Ayan <<a href="mailto:ayankarmakar33@gmail.com">ayankarmakar33@gmail.com</a>> wrote:<br>><br>> Thanks for your response. I've tried to build using your command but getting<br>> errors:<br>> /tmp/ccT3kyVs.o: In function `gst_message_unref':<br>> /usr/include/gstreamer-1.0/gst/gstmessage.h:336: undefined reference to<br>> `gst_mini_object_unref'<br><br><div>first of all, what is your dev env?</div><div><br></div><div>second of all, do you really have gstreamer-1.5 package config file?</div><div>try:</div><div><br></div><div>$ pkg-config --list-all | grep gstreamer-1.<br></div><div><br></div><div>third, print what pkg-config says with the following command:</div><div><br></div><div>$ pkg-config --cflags --libs gstreamer-1.5  (if you really have 1.5)</div><div><br></div><div>fourth, you are telling playbin to pick video sink.  I don't know which one the playbin</div><div>is using.</div><div><br></div><div>does the following command work for you?</div><div><br></div><div>$ gst-launch-1.0 -v playbin uri=<a href="https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm">https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm</a><br></div><div><br></div><div>if it works, it should print the video sink it's using.  (or at least it should</div><div>print what it tries to use?)</div><div><br></div><div>best,</div><div>-- </div><div>             yashi</div><div><br></div></div>