<div dir="ltr">What is the output of "gst-inspect <span style="color:rgb(0,0,0);white-space:pre-wrap">amcviddec-omxgoogleh264decoder"?  What is the output of the pipeline below in the log.txt file?</span><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br>
</span></div><div style><span style="color:rgb(0,0,0);white-space:pre-wrap">GST_DEBUG=</span><span style="color:rgb(0,0,0);white-space:pre-wrap">amcviddec-omxgoogleh264decoder:5 GST_DEBUG_NO_COLOR=TRUE gst-launch </span><span style="font-family:arial,sans-serif;font-size:13px">filesrc</span></div>
<span style="font-family:arial,sans-serif;font-size:13px">location=/storage/sdcard0/</span><span style="font-family:arial,sans-serif;font-size:13px">Movies/c48000.mp4 ! qtdemux ! queue ! h264parse !</span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="color:rgb(0,0,0);white-space:pre-wrap">amcviddec-omxgoogleh264decoder </span><span style="font-family:arial,sans-serif;font-size:13px">! eglglessink sync=FALSE &>log.txt</span></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Jul 2, 2013 at 12:51 PM, yusuf.husainy <span dir="ltr"><<a href="mailto:yusuf.husainy@gmail.com" target="_blank">yusuf.husainy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello all,<br>
<br>
I analysed further and found that if I use the ffdec_h264 element instead of<br>
the amcviddec-omxgoogleh264parse element, then the following pipeline works:<br>
data->pipeline = gst_parse_launch("filesrc<br>
location=/storage/sdcard0/Movies/c48000.mp4 ! qtdemux ! queue ! h264parse !<br>
ffdec_h264 ! eglglessink sync=0", &error);<br>
<br>
However, if iuse this, it fails:<br>
data->pipeline = gst_parse_launch("filesrc<br>
location=/storage/sdcard0/Movies/c48000.mp4 ! qtdemux ! queue ! h264parse !<br>
amcviddec-omxgoogleh264decoder ! eglglessink sync=0", &error);<br>
<br>
Now, the log I get is:<a href="http://pastebin.com/9kpCiEwL" target="_blank">http://pastebin.com/9kpCiEwL</a><br>
This is the log the logcat shows in eclipse.<br>
<br>
It does not link the elements because it is not negotiated,  this is what I<br>
understand from the log file.<br>
<br>
How can I know the exact caps needed by amcviddec-omxgoogleh264decoder<br>
element so that this would work?<br>
<br>
Also, in this case, the .mp4 file is a 1920x1080 at 60fps and has<br>
video/x-h264 (avc) type.<br>
<br>
the element amcviddec-omxgoogleh264decoder shows the type as video/avc in<br>
the /etc/media-codecs.xml file<br>
<br>
It seems the h264parse would have the h264/avc type, but is this because<br>
amcviddec-omxgoogleh264decoder has video/avc and the file has video/x-h264?<br>
I mean is this some nomenclature kind of issue, because the h264 in the file<br>
is avc format, however the caps show video/x-h264, so the sink caps of<br>
amcviddec-omxgoogleh264decoder shou;d be negotiated and the pipeline should<br>
run.<br>
<br>
I don't completely understand what I should do to make<br>
amcviddec-omxgoogleh264decoder work in my gstreamer pipeline.<br>
<br>
Also, I have Android 4.1.2 and am using API-16.<br>
<br>
I would appreciate any body who has worked on<br>
amcviddec-omxgoogleh264decoder before or who has any kind of idea.<br>
<br>
Regards,<br>
Yusuf Husainy.<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Hardware-decoding-on-android-using-GStreamer-tp4660630p4660866.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Hardware-decoding-on-android-using-GStreamer-tp4660630p4660866.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the GStreamer-devel mailing list archive at Nabble.com.<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>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><font color="#888888"><font color="blue">Rob Krakora<br>
MessageNet Systems
<br>
101 East Carmel Dr. Suite 105
<br>
Carmel, IN 46032
<br>
<a value="+13175661677">(317)566-1677</a></font></font><font color="#888888"><font color="blue"> Ext 212<br>
<a value="+13176630808">(317)663-0808</a> Fax
</font></font>
</div>