projects
/
platform
/
upstream
/
gst-plugins-ugly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
399f2c6
)
asfdepay: we require a dynamic payload type
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 15 Apr 2010 14:31:23 +0000
(16:31 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 15 Apr 2010 14:31:23 +0000
(16:31 +0200)
Add an extra caps property that restricts the depayloader to only accept dynamic
payload types.
gst/asfdemux/gstrtpasfdepay.c
patch
|
blob
|
history
diff --git
a/gst/asfdemux/gstrtpasfdepay.c
b/gst/asfdemux/gstrtpasfdepay.c
index
12240be
..
7c0eba5
100644
(file)
--- a/
gst/asfdemux/gstrtpasfdepay.c
+++ b/
gst/asfdemux/gstrtpasfdepay.c
@@
-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\""