[Bug 797286] New: aom: Fails to build with AOM master

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Oct 15 16:31:05 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797286

            Bug ID: 797286
           Summary: aom: Fails to build with AOM master
    Classification: Platform
           Product: GStreamer
           Version: 1.14.1
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: xclaesse at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

../subprojects/gst-plugins-bad/ext/aom/gstav1enc.c: In function
‘gst_av1_enc_process’:
../subprojects/gst-plugins-bad/ext/aom/gstav1enc.c:360:36: error:
‘AOM_FRAME_IS_INVISIBLE’ undeclared (first use in this function); did you mean
‘AOM_FRAME_IS_INTRAONLY’?
       if ((pkt->data.frame.flags & AOM_FRAME_IS_INVISIBLE) != 0)
                                    ^~~~~~~~~~~~~~~~~~~~~~
                                    AOM_FRAME_IS_INTRAONLY

It looks like AOM_FRAME_IS_INVISIBLE macro got removed from libaom with that
commit:
https://aomedia.googlesource.com/aom/+/22043ef429129c886c03c122ac3f603901882809

So they broke API, I don't know if that should be reported as a bug on their
side, or if we can update our side to work with new API?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list