gst/rtp/gstrtpg729depay.c: Fix wrong caps string.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 13 May 2008 08:59:41 +0000 (08:59 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 13 May 2008 08:59:41 +0000 (08:59 +0000)
Original commit message from CVS:
* gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
Fix wrong caps string.

ChangeLog
gst/rtp/gstrtpg729depay.c

index 75b1ed4..f828565 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
 
+       * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
+       Fix wrong caps string.
+
+2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
+
        Based on patch by: Olivier Crete <tester at tester dot ca>
 
        * gst/rtp/Makefile.am:
index 977b6bc..69d0a35 100644 (file)
@@ -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 ", "