codecparsers: VC1: Fix after GstVC1ParserResult renaming
This commit is contained in:
parent
604ce193dd
commit
8ca7640663
@ -52,7 +52,7 @@ MAX_HRD_NUM_LEAKY_BUCKETS
|
|||||||
GST_VC1_BFRACTION_BASIS
|
GST_VC1_BFRACTION_BASIS
|
||||||
GstVC1StartCode
|
GstVC1StartCode
|
||||||
GstVC1Profile
|
GstVC1Profile
|
||||||
GstVC1ParseResult
|
GstVC1ParserResult
|
||||||
GstVC1PictureType
|
GstVC1PictureType
|
||||||
GstVC1Level
|
GstVC1Level
|
||||||
GstVC1QuantizerSpec
|
GstVC1QuantizerSpec
|
||||||
|
@ -786,7 +786,7 @@ static guint8 pframe2_adv[] = {
|
|||||||
|
|
||||||
GST_START_TEST (test_vc1_identify_bdu)
|
GST_START_TEST (test_vc1_identify_bdu)
|
||||||
{
|
{
|
||||||
GstVC1ParseResult res;
|
GstVC1ParserResult res;
|
||||||
GstVC1BDU bdu;
|
GstVC1BDU bdu;
|
||||||
GstVC1SeqHdr hdr;
|
GstVC1SeqHdr hdr;
|
||||||
GstVC1EntryPointHdr entrypt;
|
GstVC1EntryPointHdr entrypt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user