mpegdemux: Use GST_FLOW_CUSTOM_SUCCESS instead of some integer

Fixes compiler warning with gcc 4.5.
This commit is contained in:
Sebastian Dröge 2010-04-16 19:43:59 +02:00
parent 2908515bd4
commit 5a51dbd093

View file

@ -226,7 +226,7 @@
target |= ((guint64) (*data++ & 0xFE)) >> 1;
/* some extra GstFlowReturn values used internally */
#define GST_FLOW_NEED_MORE_DATA -100
#define GST_FLOW_LOST_SYNC -101
#define GST_FLOW_NEED_MORE_DATA GST_FLOW_CUSTOM_SUCCESS
#define GST_FLOW_LOST_SYNC GST_FLOW_CUSTOM_SUCCESS_1
#endif /* __GST_MPEG_DEFS_H__ */