Hello!
With some help from the IRC channel, I managed to get my
MPEG-4
decoder to work with a demuxer. That is, "filesrc !
qtdemux !
mympeg4dec ! mysink" now works correctly, thanks to the
codec_data
being prepended to the first buffer.
However, that's not helping much with H.264 and am having a
hard time
with it. The problem is that my decoder chokes with the raw
data. I
digged into gstffmpeg's H.264 decoder and the codec_data
seems to be
information about NAL Units.
Is there any way to decode this information without
#including and
linking against libavcodec?
I noticed this was discussed in this mailing list a couple
of days
ago, but couldn't find the final resolution.
Thanks for any pointers. Greetings!
Daniel Díaz
yosoy danieldiaz.org
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstream
er-devel
|