mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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
|
||||
GstVC1StartCode
|
||||
GstVC1Profile
|
||||
GstVC1ParseResult
|
||||
GstVC1ParserResult
|
||||
GstVC1PictureType
|
||||
GstVC1Level
|
||||
GstVC1QuantizerSpec
|
||||
|
|
|
@ -786,7 +786,7 @@ static guint8 pframe2_adv[] = {
|
|||
|
||||
GST_START_TEST (test_vc1_identify_bdu)
|
||||
{
|
||||
GstVC1ParseResult res;
|
||||
GstVC1ParserResult res;
|
||||
GstVC1BDU bdu;
|
||||
GstVC1SeqHdr hdr;
|
||||
GstVC1EntryPointHdr entrypt;
|
||||
|
|
Loading…
Reference in a new issue