<div dir="ltr">Dear all,<div><br><div>I have  build GStreamer for ios8 with the help of cerbero.</div><div>I am building the Xcode project from  gstreamer-sdk-tutorials,  and testing the RTP Streaming from external device.  My  intention is to use Hardware Decoder for h264 frames. </div><div><br></div><div>1) </div><div><br></div><div>I have used the below pipeline :</div><div>







<p class="">udpsrc port=5000 ! application/x-rtp, clock-rate=90000, encoding-name=(string)H264, payload=96  ! rtph264depay ! vtdec ! autovideosink sync=true </p><p class=""><br></p><p class="">Building the pipeline for above is successful, but received the below error .</p><p class=""><br></p><p class="">"Error received from element vtdec0: GStreamer encountered a general resource error. </p><p class="">[ error_cb functions prints the above error log ]. </p><p class=""><br></p><p class="">2) </p><p class=""><span class="">  </span><span class="">pipeline</span><span class=""> = </span><span class="">gst_parse_launch</span><span class="">(</span>"udpsrc port=5000 ! application/x-rtp, clock-rate=90000, encoding-name=(string)H264, payload=96  ! rtph264depay ! decodebin! autovideosink sync=true "<span class="">, &error);</span><br></p><p class="">Not, it is playing, but how can i confirm decodebin uses Hardware decoder ?</p><p class="">Thanks.</p></div></div></div>