mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
Oups I forgot gstflacenc.h
Original commit message from CVS: Oups I forgot gstflacenc.h
This commit is contained in:
parent
7cd177077c
commit
72750b9f25
1 changed files with 4 additions and 1 deletions
|
@ -45,6 +45,8 @@ struct _FlacEnc {
|
||||||
|
|
||||||
GstPad *sinkpad,*srcpad;
|
GstPad *sinkpad,*srcpad;
|
||||||
|
|
||||||
|
GstCaps *metadata;
|
||||||
|
|
||||||
gboolean first;
|
gboolean first;
|
||||||
GstBuffer *first_buf;
|
GstBuffer *first_buf;
|
||||||
gboolean eos;
|
gboolean eos;
|
||||||
|
@ -56,7 +58,8 @@ struct _FlacEnc {
|
||||||
gboolean stopped;
|
gboolean stopped;
|
||||||
FLAC__int32 *data;
|
FLAC__int32 *data;
|
||||||
|
|
||||||
FLAC__StreamEncoder *encoder;
|
FLAC__SeekableStreamEncoder *encoder;
|
||||||
|
FLAC__StreamMetadata **meta;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _FlacEncClass {
|
struct _FlacEncClass {
|
||||||
|
|
Loading…
Reference in a new issue