<div dir="ltr">I added <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">GSTREAMER_PLUGINS_CODECS_</span><wbr style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">RESTRICTED and now ı get a new error:</span><div><span style="text-align:start;text-indent:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><div style="font-size:12.8px">04-29 18:13:15.502 31430-31460/com.gst_sdk_tutorials.tutorial_5 I/KERNEL: [156346.379106] gstglcontext[31460]: segfault at 280 ip 00000000e766f574 sp 00000000d7dd13f0 error 4</div><div style="font-size:12.8px">04-29 18:13:15.502 31430-31460/com.gst_sdk_tutorials.tutorial_5 I/KERNEL:  in libGLESv2_POWERVR_ROGUE.so[e7639000+16a000]</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I get this error when ı use default pipeline(playbin) and also a buffering error on the phone. When I use my custom pipeline I get:</div><div><span style="font-size:12.8px">04-29 18:30:17.180 568-641/com.gst_sdk_tutorials.tutorial_5 W/GLib+GLib-GObject: g_object_get_valist: object class 'GstPipeline' has no property named 'video-sink'</span></div><div><span style="font-size:12.8px">04-29 18:30:17.565 568-641/com.gst_sdk_tutorials.tutorial_5 I/KERNEL: [157368.311897] traps: Thread-5452[641] general protection ip:dd6a8399 sp:eeb7f070 error:0</span></div><div><span style="font-size:12.8px">04-29 18:30:17.565 568-641/com.gst_sdk_tutorials.tutorial_5 I/KERNEL:  in libgstreamer_android.so[db9cd000+2b5f000]</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">My custom pipeline is "udpsrc multicast-group=224.1.1.1 auto-multicast=true port=9000 ! application/x-rtp,encoding-name=H264,payload=96 ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink" </span></div><div><br></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"> </span></div></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-04-29 10:33 GMT+03:00 Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sat, 2018-04-28 at 19:26 +0300, AHMET FURKAN AKSOY wrote:<br>
> I am trying to run GStreamer android example 5. It compiles and runs<br>
> but instead of transferring video I am getting an error on the<br>
> screen.<br>
> <br>
> Unable to build pipeline: no element "avdec_h264"<br>
> <br>
> How can I solve this. <br>
<br>
</div></div>You need to add the libav plugin to your build, by adding it to the<br>
GSTREAMER_PLUGINS variable in jni/Android.mk<br>
<br>
Either by adding libav specifically, or<br>
$(GSTREAMER_PLUGINS_CODECS_<wbr>RESTRICTED) which also comes with other<br>
plugins.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Sebastian Dröge, Centricular Ltd · <a href="https://www.centricular.com" rel="noreferrer" target="_blank">https://www.centricular.com</a><br>
</font></span><br>______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br></blockquote></div><br></div>