summaryrefslogtreecommitdiffstats
path: root/gst/law/mulaw-decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/law/mulaw-decode.h')
-rw-r--r--gst/law/mulaw-decode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/law/mulaw-decode.h b/gst/law/mulaw-decode.h
index ee1a14d4..df441892 100644
--- a/gst/law/mulaw-decode.h
+++ b/gst/law/mulaw-decode.h
@@ -43,6 +43,9 @@ struct _GstMuLawDec {
GstPad *sinkpad,*srcpad;
GstCaps *srccaps;
+
+ gint rate;
+ gint channels;
};
struct _GstMuLawDecClass {