summaryrefslogtreecommitdiffstats
path: root/gst/law/mulaw-encode.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/law/mulaw-encode.h')
-rw-r--r--gst/law/mulaw-encode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/law/mulaw-encode.h b/gst/law/mulaw-encode.h
index 6d99759b..3f431fd6 100644
--- a/gst/law/mulaw-encode.h
+++ b/gst/law/mulaw-encode.h
@@ -50,6 +50,10 @@ struct _GstMuLawEnc {
GstPad *sinkpad,*srcpad;
+ guint64 ts;
+
+ gint channels;
+ gint rate;
/*MetaAudioRaw meta; */
};