projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de4a6ad
)
dtmfdetect: use glib types
author
Stefan Kost
<ensonic@users.sf.net>
Thu, 25 Mar 2010 20:55:32 +0000
(22:55 +0200)
committer
Stefan Kost
<ensonic@users.sf.net>
Thu, 25 Mar 2010 21:01:05 +0000
(23:01 +0200)
gst/dtmf/gstdtmfdetect.c
patch
|
blob
|
history
diff --git
a/gst/dtmf/gstdtmfdetect.c
b/gst/dtmf/gstdtmfdetect.c
index 78e561563ca58080328185247f52367ca16c64e8..a4d0c07e3129f019747447f3ed2b1922d90e7533 100644
(file)
--- a/
gst/dtmf/gstdtmfdetect.c
+++ b/
gst/dtmf/gstdtmfdetect.c
@@
-170,9
+170,9
@@
static GstFlowReturn
gst_dtmf_detect_transform_ip (GstBaseTransform * trans, GstBuffer * buf)
{
GstDtmfDetect *self = GST_DTMF_DETECT (trans);
- int dtmf_count;
- char dtmfbuf[MAX_DTMF_DIGITS] = "";
- int i;
+
g
int dtmf_count;
+
g
char dtmfbuf[MAX_DTMF_DIGITS] = "";
+
g
int i;
if (GST_BUFFER_IS_DISCONT (buf))
zap_dtmf_detect_init (&self->dtmf_state);