mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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:
parent
399f2c6980
commit
aa2a7bdda2
1 changed files with 1 additions and 0 deletions
|
@ -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\""
|
||||
|
||||
|
|
Loading…
Reference in a new issue