summaryrefslogtreecommitdiff
path: root/gst/gstcompat.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-11-13 23:11:34 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-11-13 23:11:34 +0000
commitabc805ca95477ff52f24a43723fbf46d96f63b66 (patch)
treea6ff476ebf0707bf410fd01818b7bfa04e8c0406 /gst/gstcompat.h
parentc6cc50e6de5b578e93e27c3ccd61801a96011fbf (diff)
downloadgstreamer-abc805ca95477ff52f24a43723fbf46d96f63b66.tar.gz
tests: gst_adapter_prev_timestamp -> gst_adapter_prev_pts
https://bugzilla.gnome.org/show_bug.cgi?id=675598
Diffstat (limited to 'gst/gstcompat.h')
-rw-r--r--gst/gstcompat.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/gstcompat.h b/gst/gstcompat.h
index ae3d4b63ec..4ccfeb0c64 100644
--- a/gst/gstcompat.h
+++ b/gst/gstcompat.h
@@ -52,10 +52,6 @@ G_BEGIN_DECLS
#define GST_BUFFER_TIMESTAMP GST_BUFFER_PTS
#define GST_BUFFER_TIMESTAMP_IS_VALID GST_BUFFER_PTS_IS_VALID
-#define gst_adapter_prev_timestamp gst_adapter_prev_pts
-
-#define gst_tag_list_free(taglist) gst_tag_list_unref(taglist)
-
static inline gboolean
gst_pad_set_caps (GstPad * pad, GstCaps * caps)
{
@@ -78,6 +74,10 @@ gst_pad_set_caps (GstPad * pad, GstCaps * caps)
#ifndef GST_DISABLE_DEPRECATED
+#define gst_adapter_prev_timestamp gst_adapter_prev_pts
+
+#define gst_tag_list_free(taglist) gst_tag_list_unref(taglist)
+
#define GST_MESSAGE_DURATION GST_MESSAGE_DURATION_CHANGED
#define gst_message_new_duration(src,fmt,dur) \
gst_message_new_duration_changed(src)