summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-11-06 11:47:40 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-11-06 11:47:40 +0000
commit4ad12e481872d408c10536fee6dad41e07379234 (patch)
tree0c566d9263f51b8cdbff79424f4179f6e0cb4bf1 /ChangeLog
parentfe4e398482e7786fc4de57499fe355f4297259f7 (diff)
ext/ffmpeg/: Add G_PARAM_STATIC_STRINGS to avoid numerous strcpy calls.
Original commit message from CVS: * ext/ffmpeg/gstffmpegcfg.c: (gst_ffmpeg_cfg_init): * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_class_init), (gst_ffmpegdec_init), (gst_ffmpegdec_setcaps), (gst_ffmpegdec_get_buffer), (get_output_buffer), (gst_ffmpegdec_set_property), (gst_ffmpegdec_get_property): Add G_PARAM_STATIC_STRINGS to avoid numerous strcpy calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d488a0..71c0223 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-06 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/ffmpeg/gstffmpegcfg.c: (gst_ffmpeg_cfg_init):
+ * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_class_init),
+ (gst_ffmpegdec_init), (gst_ffmpegdec_setcaps),
+ (gst_ffmpegdec_get_buffer), (get_output_buffer),
+ (gst_ffmpegdec_set_property), (gst_ffmpegdec_get_property):
+ Add G_PARAM_STATIC_STRINGS to avoid numerous strcpy calls.
+
2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_setcaps),