summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/gstcompat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstcompat.h b/gst/gstcompat.h
index 4b7e2780f..cace2e1d3 100644
--- a/gst/gstcompat.h
+++ b/gst/gstcompat.h
@@ -79,7 +79,7 @@ gst_pad_set_caps (GstPad * pad, GstCaps * caps)
#ifndef GST_DISABLE_DEPRECATED
#define GST_MESSAGE_DURATION GST_MESSAGE_DURATION_CHANGED
-#define gst_message_new_duration_changed(src,fmt,dur) \
+#define gst_message_new_duration(src,fmt,dur) \
gst_message_new_duration_changed(src)
#define gst_message_parse_duration(msg,fmt,dur) \
G_STMT_START { \