| Top |  |  |  |  | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstElement
                ╰── GstBaseTransform
                    ╰── GstAudioFilter
                        ╰── GstAccurip
The accurip element calculates a CRC for an audio stream which can be used to match the audio stream to a database hosted on
AccurateRip. This databaseis used to check for a CD rip accuracy.
| 1 | gst-launch-1.0 -m uridecodebin uri=file:///path/to/song.flac ! audioconvert ! accurip ! fakesink |