asfdepay: we require a dynamic payload type

Add an extra caps property that restricts the depayloader to only accept dynamic
payload types.
This commit is contained in:
Wim Taymans 2010-04-15 16:31:23 +02:00
parent 399f2c6980
commit aa2a7bdda2

View file

@ -41,6 +41,7 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
#define SINK_CAPS \
"application/x-rtp, " \
"media = (string) { \"application\", \"video\", \"audio\" }, " \
"payload = (int) " GST_RTP_PAYLOAD_DYNAMIC_STRING ", " \
"clock-rate = (int) [1, MAX ], " \
"encoding-name = (string) \"X-ASF-PF\""