summaryrefslogtreecommitdiff
path: root/ext/resindvd
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-04-16 19:45:16 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-04-16 19:45:16 +0200
commit49a85930c557e9eab9c8d4e12530ece3ca829960 (patch)
tree6a9101283d15cfaf42c5d8e6a95404e854052b78 /ext/resindvd
parent5a51dbd0938869b57c17b717ad891bde707b556f (diff)
downloadgstreamer-plugins-bad-49a85930c557e9eab9c8d4e12530ece3ca829960.tar.gz
resindvdbin: Use GST_FLOW_CUSTOM_SUCCESS instead of some integer
Fixes compiler warnings with gcc 4.5. This is the same as commit 5a51dbd.
Diffstat (limited to 'ext/resindvd')
-rw-r--r--ext/resindvd/gstmpegdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/resindvd/gstmpegdefs.h b/ext/resindvd/gstmpegdefs.h
index 33a8249c6..608769ae0 100644
--- a/ext/resindvd/gstmpegdefs.h
+++ b/ext/resindvd/gstmpegdefs.h
@@ -169,7 +169,7 @@
#define MPEG_MUX_RATE_MULT 50
/* 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__ */