summaryrefslogtreecommitdiff
path: root/src/gstducatividdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gstducatividdec.h')
-rw-r--r--src/gstducatividdec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gstducatividdec.h b/src/gstducatividdec.h
index a9ddd45..1eb91b5 100644
--- a/src/gstducatividdec.h
+++ b/src/gstducatividdec.h
@@ -44,7 +44,7 @@ struct _GstDucatiVidDec
GstPad *sinkpad, *srcpad;
- GstDucatiBufferPool *pool;
+ GstBufferPool *pool;
/* minimum output size required by the codec: */
gint outsize;
@@ -71,7 +71,7 @@ struct _GstDucatiVidDec
* operations like flushing should be avoided if we haven't sent any
* input buffers:
*/
- gboolean first_out_buffer, first_in_buffer;
+ gboolean first_in_buffer;
/* by default, codec_data from sinkpad is prepended to first buffer: */
GstBuffer *codec_data;