diff --git a/ChangeLog b/ChangeLog index 75b1ed480e..f828565677 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-13 Wim Taymans + + * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps): + Fix wrong caps string. + 2008-05-13 Wim Taymans Based on patch by: Olivier Crete diff --git a/gst/rtp/gstrtpg729depay.c b/gst/rtp/gstrtpg729depay.c index 977b6bcf83..69d0a3595c 100644 --- a/gst/rtp/gstrtpg729depay.c +++ b/gst/rtp/gstrtpg729depay.c @@ -53,14 +53,14 @@ enum * */ static GstStaticPadTemplate gst_rtp_g729_depay_sink_template = -GST_STATIC_PAD_TEMPLATE ("sink", + GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, GST_STATIC_CAPS ("application/x-rtp, " "media = (string) \"audio\", " "payload = (int) " GST_RTP_PAYLOAD_DYNAMIC_STRING ", " "clock-rate = (int) 8000, " - "encoding-name = (string) \"G729\", " + "encoding-name = (string) \"G729\"; " "application/x-rtp, " "media = (string) \"audio\", " "payload = (int) " GST_RTP_PAYLOAD_G729_STRING ", "