From f8df008747a1726b9429215028d6ffac2f380fd2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 8 Oct 2007 10:34:03 +0000 Subject: gst/rtp/gstrtpmp4adepay.c: Fix caps as to not confuse autopluggers. Original commit message from CVS: * gst/rtp/gstrtpmp4adepay.c: Fix caps as to not confuse autopluggers. --- ChangeLog | 5 +++++ gst/rtp/gstrtpmp4adepay.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c7f5b1a1..b1d9e071 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-08 Wim Taymans + + * gst/rtp/gstrtpmp4adepay.c: + Fix caps as to not confuse autopluggers. + 2007-10-06 Tim-Philipp Müller * gst/id3demux/gstid3demux.c: diff --git a/gst/rtp/gstrtpmp4adepay.c b/gst/rtp/gstrtpmp4adepay.c index 1b8a3d4a..959c3c11 100644 --- a/gst/rtp/gstrtpmp4adepay.c +++ b/gst/rtp/gstrtpmp4adepay.c @@ -62,6 +62,7 @@ GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_ALWAYS, GST_STATIC_CAPS ("application/x-rtp, " "media = (string) \"audio\", " + "payload = (int) " GST_RTP_PAYLOAD_DYNAMIC_STRING ", " "clock-rate = (int) [1, MAX ], " "encoding-name = (string) \"MP4A-LATM\"" /* All optional parameters -- cgit