mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +00:00
codecparsers: VC1: Fix after GstVC1ParserResult renaming
This commit is contained in:
parent
604ce193dd
commit
8ca7640663
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue