diff options
author | kapil <kapil@fluendo.com> | 2008-03-31 16:24:42 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-03-31 16:24:42 +0000 |
commit | b891ea8e813463c9e54113c3c02e8c8ffb3d2f9a (patch) | |
tree | 8b7ee84df565dd625b71a75b7ef7617e65b79def /ext/gsm/gstgsmdec.h | |
parent | 71c066af7a9bf1c0a08c51fdcae01f0d31dc6015 (diff) | |
download | gstreamer-plugins-bad-b891ea8e813463c9e54113c3c02e8c8ffb3d2f9a.tar.gz |
ext/gsm/gstgsmdec.*: Increase the allowed samplerates for the ms-gsm format.
Original commit message from CVS:
Patch by: kapil <kapil at fluendo dot com>
* ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
(gst_gsmdec_chain):
* ext/gsm/gstgsmdec.h:
Increase the allowed samplerates for the ms-gsm format.
Fixes #481354.
Diffstat (limited to 'ext/gsm/gstgsmdec.h')
-rw-r--r-- | ext/gsm/gstgsmdec.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/gsm/gstgsmdec.h b/ext/gsm/gstgsmdec.h index cc633d86a..0013aa47e 100644 --- a/ext/gsm/gstgsmdec.h +++ b/ext/gsm/gstgsmdec.h @@ -60,6 +60,10 @@ struct _GstGSMDec GstAdapter *adapter; GstSegment segment; + + gint rate; + + GstClockTime duration; }; struct _GstGSMDecClass |