summaryrefslogtreecommitdiff
path: root/gst/sdp
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-27 18:51:59 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-09-21 12:26:36 +0200
commitd4782cbff8264e9e45dc76c7a70ff52c88dc9df5 (patch)
tree0d4b2d75118575bfdac6a83e332c5474e337ba5a /gst/sdp
parent793a3563fabcd823ee13cd8e6e1e0f17204f870a (diff)
downloadgstreamer-plugins-bad-d4782cbff8264e9e45dc76c7a70ff52c88dc9df5.tar.gz
sdpdemux: Don't use GST_FLOW_IS_SUCCESS()
Diffstat (limited to 'gst/sdp')
-rw-r--r--gst/sdp/gstsdpdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/sdp/gstsdpdemux.c b/gst/sdp/gstsdpdemux.c
index ccf197ea9..5efc30b1c 100644
--- a/gst/sdp/gstsdpdemux.c
+++ b/gst/sdp/gstsdpdemux.c
@@ -1110,7 +1110,7 @@ gst_sdp_demux_combine_flows (GstSDPDemux * demux, GstSDPStream * stream,
stream->last_ret = ret;
/* if it's success we can return the value right away */
- if (GST_FLOW_IS_SUCCESS (ret))
+ if (ret == GST_FLOW_OK)
goto done;
/* any other error that is not-linked can be returned right