rtspsrc: don't emit ugly warnings with older rtpjitterbuffer versions
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 1 Apr 2009 11:26:12 +0000 (12:26 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 1 Apr 2009 11:29:33 +0000 (12:29 +0100)
commitcb15d09c4af37c2d8af80c7e9e0133875a0d4170
tree4dbb5745126db18c7cd6d6998be00c6014504727
parentb037369d5b4547c3dd2d501c3751e5990d01a4f9
rtspsrc: don't emit ugly warnings with older rtpjitterbuffer versions

The on-npt-stop signals was added only recently to rtpjitterbuffer in
-bad, so check if the signal exists before g_signal_connect()ing to
it, to avoid warnings.
gst/rtsp/gstrtspsrc.c