Home
last modified time | relevance | path

Searched defs:_GstFlacParse (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.h54 struct _GstFlacParse { struct
55 GstBaseParse parent;
58 gboolean check_frame_checksums;
60 GstFlacParseState state;
62 gint64 upstream_length;
65 guint16 min_blocksize, max_blocksize;
66 guint32 min_framesize, max_framesize;
67 guint32 samplerate;
91 struct _GstFlacParseClass { argument