mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 20:12:28 +00:00
gstcompat: fix backwards compat macro for gst_message_new_duration
Name it properly, so it, like, works. Clearly no one actually used that..
This commit is contained in:
parent
76c127a0b9
commit
19d4ec4aca
1 changed files with 1 additions and 1 deletions
|
@ -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 { \
|
||||
|
|
Loading…
Reference in a new issue