mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
compat: restore UNEXPECTED
This commit is contained in:
parent
6ac2371910
commit
e0c610f635
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ G_BEGIN_DECLS
|
|||
|
||||
#define gst_buffer_new_and_alloc(s) gst_buffer_new_allocate(NULL, s, 0)
|
||||
|
||||
//#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
|
||||
|
|
Loading…
Reference in a new issue