summaryrefslogtreecommitdiffstats
path: root/ext/mpeg2enc/gstmpeg2encoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mpeg2enc/gstmpeg2encoder.cc')
-rw-r--r--ext/mpeg2enc/gstmpeg2encoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mpeg2enc/gstmpeg2encoder.cc b/ext/mpeg2enc/gstmpeg2encoder.cc
index b1c2b8ef..f5b2ee4b 100644
--- a/ext/mpeg2enc/gstmpeg2encoder.cc
+++ b/ext/mpeg2enc/gstmpeg2encoder.cc
@@ -37,7 +37,7 @@
GstMpeg2Encoder::GstMpeg2Encoder (GstMpeg2EncOptions *options,
GstPad *sinkpad,
- GstCaps *caps,
+ const GstCaps *caps,
GstPad *srcpad) :
MPEG2Encoder (*options)
{