mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
resindvdbin: Use GST_FLOW_CUSTOM_SUCCESS instead of some integer
Fixes compiler warnings with gcc 4.5.
This is the same as commit 5a51dbd
.
This commit is contained in:
parent
5a51dbd093
commit
49a85930c5
1 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@
|
||||||
#define MPEG_MUX_RATE_MULT 50
|
#define MPEG_MUX_RATE_MULT 50
|
||||||
|
|
||||||
/* some extra GstFlowReturn values used internally */
|
/* some extra GstFlowReturn values used internally */
|
||||||
#define GST_FLOW_NEED_MORE_DATA -100
|
#define GST_FLOW_NEED_MORE_DATA GST_FLOW_CUSTOM_SUCCESS
|
||||||
#define GST_FLOW_LOST_SYNC -101
|
#define GST_FLOW_LOST_SYNC GST_FLOW_CUSTOM_SUCCESS_1
|
||||||
|
|
||||||
#endif /* __GST_MPEG_DEFS_H__ */
|
#endif /* __GST_MPEG_DEFS_H__ */
|
||||||
|
|
Loading…
Reference in a new issue