rtsp-media: Always use real payloader when creating streams
authorOgnyan Tonchev <ognyan@axis.com>
Thu, 11 Jun 2015 15:39:00 +0000 (17:39 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 16 Jun 2015 09:09:37 +0000 (11:09 +0200)
commitfb71b9c4e9bb66784491df81537d4865b99480f1
treee466fcb4b4ebbd443f13cfaaa989bd2e3bb5a765
parentfdfe97f447282c3ad9c1004516926173ba4a525d
rtsp-media: Always use real payloader when creating streams

A bin that contains the real payloader might be used as payloader. In this
case we have to get the real payloader for the various properties it provides.

Example use cases for this are bins that payload some media and then have
additional elements that add metadata or RTP extension headers to the stream.

https://bugzilla.gnome.org/show_bug.cgi?id=750800
gst/rtsp-server/rtsp-media.c