mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
compat: add timestamp compat defines
This commit is contained in:
parent
80fc568747
commit
0941cc9fb8
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ G_BEGIN_DECLS
|
||||||
|
|
||||||
#define GST_FLOW_UNEXPECTED GST_FLOW_EOS
|
#define GST_FLOW_UNEXPECTED GST_FLOW_EOS
|
||||||
|
|
||||||
|
#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
|
||||||
|
|
||||||
#ifndef GST_DISABLE_DEPRECATED
|
#ifndef GST_DISABLE_DEPRECATED
|
||||||
|
|
||||||
#endif /* not GST_DISABLE_DEPRECATED */
|
#endif /* not GST_DISABLE_DEPRECATED */
|
||||||
|
|
Loading…
Reference in a new issue