]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugin-ducati.git/commitdiff
fix compile error with newer gcc
authorRob Clark <rob@ti.com>
Tue, 30 Nov 2010 00:35:05 +0000 (18:35 -0600)
committerRob Clark <rob@ti.com>
Tue, 30 Nov 2010 00:35:05 +0000 (18:35 -0600)
warnings about unused variables

src/gstducativp6dec.c
src/gstducativp7dec.c

index 2d77114b54e41187eac36d23b8568167465b20e1..b497efb185b30dc5892a44f277525d219f770bf5 100644 (file)
@@ -96,7 +96,6 @@ gst_ducati_vp6dec_allocate_params (GstDucatiVidDec * self, gint params_sz,
 static GstBuffer *
 gst_ducati_vp6dec_push_input (GstDucatiVidDec * vdec, GstBuffer * buf)
 {
 static GstBuffer *
 gst_ducati_vp6dec_push_input (GstDucatiVidDec * vdec, GstBuffer * buf)
 {
-  GstDucatiVP6Dec *self = GST_DUCATIVP6DEC (vdec);
   guint32 sz;
 
   if (G_UNLIKELY (vdec->first_in_buffer) && vdec->codec_data) {
   guint32 sz;
 
   if (G_UNLIKELY (vdec->first_in_buffer) && vdec->codec_data) {
index 087a3c686012b18b66e16102e80006522f652b23..b3b30ed4f41974a08fac3f5e201e4d3a1318d2b0 100644 (file)
@@ -96,7 +96,6 @@ gst_ducati_vp7dec_allocate_params (GstDucatiVidDec * self, gint params_sz,
 static GstBuffer *
 gst_ducati_vp7dec_push_input (GstDucatiVidDec * vdec, GstBuffer * buf)
 {
 static GstBuffer *
 gst_ducati_vp7dec_push_input (GstDucatiVidDec * vdec, GstBuffer * buf)
 {
-  GstDucatiVP7Dec *self = GST_DUCATIVP7DEC (vdec);
   guint32 sz;
 
   if (G_UNLIKELY (vdec->first_in_buffer) && vdec->codec_data) {
   guint32 sz;
 
   if (G_UNLIKELY (vdec->first_in_buffer) && vdec->codec_data) {