diff options
Diffstat (limited to 'ext/faad/gstfaad.c')
-rw-r--r-- | ext/faad/gstfaad.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c index b75c1341..cb2c6611 100644 --- a/ext/faad/gstfaad.c +++ b/ext/faad/gstfaad.c @@ -301,7 +301,7 @@ gst_faad_sinkconnect (GstPad * pad, const GstCaps * caps) faad->packetised = FALSE; if ((value = gst_structure_get_value (str, "codec_data"))) { - guint samplerate; + gulong samplerate; guchar channels; /* We have codec data, means packetised stream */ @@ -674,7 +674,7 @@ gst_faad_chain (GstPad * pad, GstData * data) /* init if not already done during capsnego */ if (!faad->init) { - guint samplerate; + gulong samplerate; guchar channels; glong init_res; |