summaryrefslogtreecommitdiffstats
path: root/ext/gsm/gstgsmenc.h
diff options
context:
space:
mode:
authorFlavio Oliveira <flavio.oliveira@indt.org.br>2005-10-25 13:31:09 +0000
committerFlavio Oliveira <flavio.oliveira@indt.org.br>2005-10-25 13:31:09 +0000
commit4d87f79f855df25112106445c2ec5917bc3ce40d (patch)
tree960f167c16f3f3f5fac93fc7ef6260681be7718d /ext/gsm/gstgsmenc.h
parent69431fca5522b97bac1d45a8ebba3e4c0daab055 (diff)
downloadgst-plugins-bad-4d87f79f855df25112106445c2ec5917bc3ce40d.tar.gz
gst-plugins-bad-4d87f79f855df25112106445c2ec5917bc3ce40d.tar.bz2
gst-plugins-bad-4d87f79f855df25112106445c2ec5917bc3ce40d.zip
Fixed event handling in gsmenc.
Original commit message from CVS: Fixed event handling in gsmenc.
Diffstat (limited to 'ext/gsm/gstgsmenc.h')
-rw-r--r--ext/gsm/gstgsmenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gsm/gstgsmenc.h b/ext/gsm/gstgsmenc.h
index cfc88722..a5f1f87e 100644
--- a/ext/gsm/gstgsmenc.h
+++ b/ext/gsm/gstgsmenc.h
@@ -55,6 +55,7 @@ struct _GstGSMEnc
gsm_signal buffer[160];
gint bufsize;
GstClockTime next_ts;
+ gboolean firstBuf;
};
struct _GstGSMEncClass