diff --git a/ChangeLog b/ChangeLog index c7f5b1a16d..b1d9e0714e 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 1b8a3d4aa3..959c3c11c4 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