Fix compile error on gcc-3.x

Original commit message from CVS:
Fix compile error on gcc-3.x
This commit is contained in:
Ronald S. Bultje 2003-06-09 12:33:48 +00:00
parent 53064c6c57
commit 59d7f9b535

View file

@ -224,7 +224,7 @@ gst_ffmpeg_codecid_to_caps (enum CodecID codec_id,
}
caps = GST_FF_VID_CAPS_NEW ("ffmpeg_dvvideo",
"video/dv",
"video/dv"
);
gst_props_add_entry(caps->properties, normentry);
}