Why h264parse can only parse version 1?
Hunter
zhangyanping210 at yahoo.com.cn
Mon Jul 29 02:50:55 PDT 2013
In gst-plugin-bad-1.0.5\gst\videoparsers\gsth264parse.c
function gst_h264_parse_set_caps line:1717
What does this judgement means? h264parse can only parse version 1? What
does version 1 means?
/* parse the version, this must be 1 */
if (data[0] != 1) {
gst_buffer_unmap (codec_data, &map);
goto wrong_version;
}
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Why-h264parse-can-only-parse-version-1-tp4661321.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list