mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-29 12:25:37 +00:00
Fix compile error on gcc-3.x
Original commit message from CVS: Fix compile error on gcc-3.x
This commit is contained in:
parent
53064c6c57
commit
59d7f9b535
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue