Searched defs:_GstFlacParse (Results 1 – 1 of 1) sorted by relevance
54 struct _GstFlacParse { struct55 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