gst/realmedia/rdtdepay.c: Fix the encoding-name so that it matches what the rtsp extension sets.

Original commit message from CVS:
* gst/realmedia/rdtdepay.c:
Fix the encoding-name so that it matches what the rtsp extension sets.
This commit is contained in:
Wim Taymans 2007-08-03 14:19:50 +00:00
parent b3b467efbe
commit 81535d42bd
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-08-03 Wim Taymans <wim.taymans@gmail.com>
* gst/realmedia/rdtdepay.c:
Fix the encoding-name so that it matches what the rtsp extension sets.
2007-08-02 Wim Taymans <wim.taymans@gmail.com> 2007-08-02 Wim Taymans <wim.taymans@gmail.com>
* gst/realmedia/asmrules.c: (gst_asm_node_free), * gst/realmedia/asmrules.c: (gst_asm_node_free),

View file

@ -61,7 +61,7 @@ GST_STATIC_PAD_TEMPLATE ("sink",
GST_STATIC_CAPS ("application/x-rdt, " GST_STATIC_CAPS ("application/x-rdt, "
"media = (string) \"application\", " "media = (string) \"application\", "
"clock-rate = (int) [1, MAX ], " "clock-rate = (int) [1, MAX ], "
"encoding-name = (string) \"x-real-rdt\"" "encoding-name = (string) \"X-REAL-RDT\""
/* All optional parameters /* All optional parameters
* *
* "config=" * "config="