No subject
Tue Apr 3 00:17:25 PDT 2012
aligned(8) class AVCDecoderConfigurationRecord {=20
unsigned int(8) configurationVersion =3D 1;
unsigned int(8) AVCProfileIndication;
unsigned int(8) profile_compatibility;
unsigned int(8) AVCLevelIndication;
bit(6) reserved =3D =E2=80=98111111=E2=80=99b; =20
unsigned int(2) lengthSizeMinusOne;
bit(3) reserved =3D =E2=80=98111=E2=80=99b; =20
unsigned int(5) numOfSequenceParameterSets;
for (i=3D0; i< numOfSequenceParameterSets; i++) {
unsigned int(16) sequenceParameterSetLength ;
bit(8*sequenceParameterSetLength) sequenceParameterSetNALUnit;
}
unsigned int(8) numOfPictureParameterSets;
for (i=3D0; i< numOfPictureParameterSets; i++) { =20
unsigned int(16) pictureParameterSetLength;
bit(8*pictureParameterSetLength) pictureParameterSetNALUnit;
}
}
Does GStreamer have any helper function / datastructure to construct this
header?=20
Does qtmux expect the record to be given as a raw buffer or wrapped somehow=
?
Any help would be appreciated.
Christopher
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/S=
etting-codec-data-in-h264-caps-for-qtmux-tp4525597p4528058.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list