Revert "rtspsrc: Fix up sendonly/recvonly attribute handling"
authorSebastian Dröge <sebastian@centricular.com>
Tue, 17 Apr 2018 14:57:16 +0000 (17:57 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 17 Apr 2018 14:58:01 +0000 (17:58 +0300)
commit6d92fcd04394cf6a5cd7d316fb4f876aae72890d
tree7132d0539d5808306a3160b45258343f2f720c77
parent336a97157c0aeae470c5c60492a7b69a35215cec
Revert "rtspsrc: Fix up sendonly/recvonly attribute handling"

This reverts commit af273b4de9eb292c0b6af63665e10ca015895902.

While RFC 3264 (SDP) says that sendonly/recvonly are from the point of view of
the requester, the actual RTSP RFCs (RFC 2326 / 7826) disagree and say
the opposite, just like the ONVIF standard.

Let's follow those RFCs as we're doing RTSP here, and add a property at
a later time if needed to switch to the SDP RFC behaviour.

https://bugzilla.gnome.org/show_bug.cgi?id=793964
gst/rtsp/gstrtspsrc.c
tests/examples/rtsp/test-onvif.c