gst/rtp/gstrtpg726pay.c: Fix caps, See #538891.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 18 Jun 2008 16:55:05 +0000 (16:55 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 18 Jun 2008 16:55:05 +0000 (16:55 +0000)
Original commit message from CVS:
* gst/rtp/gstrtpg726pay.c:
Fix caps, See #538891.

ChangeLog
gst/rtp/gstrtpg726pay.c

index 94ece96..91740c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
+
+       * gst/rtp/gstrtpg726pay.c:
+       Fix caps, See #538891.
+
 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
 
        * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
index 59af7ab..c38dacd 100644 (file)
@@ -37,16 +37,14 @@ GST_ELEMENT_DETAILS ("RTP packet payloader",
     "Axis Communications <dev-gstreamer@axis.com>");
 
 static GstStaticPadTemplate gst_rtp_g726_pay_sink_template =
-    GST_STATIC_PAD_TEMPLATE ("sink",
+GST_STATIC_PAD_TEMPLATE ("sink",
     GST_PAD_SINK,
     GST_PAD_ALWAYS,
     GST_STATIC_CAPS ("audio/x-adpcm, "
         "channels = (int) 1, "
         "rate = (int) 8000, "
         "bitrate = (int) { 16000, 24000, 32000, 40000 }, "
-        "layout = (string) \"g726\"; "
-        "audio/G723, channels=(int)1, rate=(int)8000; "
-        "audio/32KADPCM, channels=(int)1, rate=(int)8000")
+        "layout = (string) \"g726\"")
     );
 
 static GstStaticPadTemplate gst_rtp_g726_pay_src_template =