projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd1770
)
Oups I forgot gstflacenc.h
author
Jeremy Simon
<jsimon13@yahoo.fr>
Sun, 11 May 2003 17:19:00 +0000
(17:19 +0000)
committer
Jeremy Simon
<jsimon13@yahoo.fr>
Sun, 11 May 2003 17:19:00 +0000
(17:19 +0000)
Original commit message from CVS:
Oups I forgot gstflacenc.h
ext/flac/gstflacenc.h
patch
|
blob
|
history
diff --git
a/ext/flac/gstflacenc.h
b/ext/flac/gstflacenc.h
index 84c16dbf422a3d5506ec5284cba0239cd220c646..9c724b9c72b6a8a9a6cc52b6ee1f0d232fdb75df 100644
(file)
--- a/
ext/flac/gstflacenc.h
+++ b/
ext/flac/gstflacenc.h
@@
-45,6
+45,8
@@
struct _FlacEnc {
GstPad *sinkpad,*srcpad;
+ GstCaps *metadata;
+
gboolean first;
GstBuffer *first_buf;
gboolean eos;
@@
-56,7
+58,8
@@
struct _FlacEnc {
gboolean stopped;
FLAC__int32 *data;
- FLAC__StreamEncoder *encoder;
+ FLAC__SeekableStreamEncoder *encoder;
+ FLAC__StreamMetadata **meta;
};
struct _FlacEncClass {