rtspsrc: Fix find_stream_by_* functions
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 4 May 2009 16:55:12 +0000 (18:55 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 4 May 2009 16:55:12 +0000 (18:55 +0200)
commit732704c007f6119010fdace995ce246b10ba9f91
tree67e990064836020b43632314f509f643ad1d3b9b
parent752cfb16fe419443e712f194ee897e2b1317076e
rtspsrc: Fix find_stream_by_* functions

Fix various version of find_stream_by_* by not trying to convert an int to a
pointer and vice versa, for portability reasons.

Fixes #581333
gst/rtsp/gstrtspsrc.c