summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-12-13 08:54:08 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-12-13 08:54:08 +0000
commit1aea3ef36381297e6866a1a28b73e05804d5168e (patch)
tree91e50e47ff4d13a175bb0a9726bfa31b84cd8891 /ChangeLog
parentd49970264602af7be39612f46bd3f9eca297a24b (diff)
downloadgst-plugins-bad-1aea3ef36381297e6866a1a28b73e05804d5168e.tar.gz
gst-plugins-bad-1aea3ef36381297e6866a1a28b73e05804d5168e.tar.bz2
gst-plugins-bad-1aea3ef36381297e6866a1a28b73e05804d5168e.zip
gst/videoparse/Makefile.am: Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
Original commit message from CVS: * gst/videoparse/Makefile.am: Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build. * gst/videoparse/gstvideoparse.c: (gst_video_parse_init), (gst_video_parse_set_property), (gst_video_parse_get_property): Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int() gives a g_critical().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40ac3553..96d30490 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-12-13 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/videoparse/Makefile.am:
+ Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
+
+ * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
+ (gst_video_parse_set_property), (gst_video_parse_get_property):
+ Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
+ gives a g_critical().
+
2007-12-12 David Schleef <ds@schleef.org>
* gst/videoparse/README: