mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
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:
parent
b3b467efbe
commit
81535d42bd
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* gst/realmedia/asmrules.c: (gst_asm_node_free),
|
||||
|
|
|
@ -61,7 +61,7 @@ GST_STATIC_PAD_TEMPLATE ("sink",
|
|||
GST_STATIC_CAPS ("application/x-rdt, "
|
||||
"media = (string) \"application\", "
|
||||
"clock-rate = (int) [1, MAX ], "
|
||||
"encoding-name = (string) \"x-real-rdt\""
|
||||
"encoding-name = (string) \"X-REAL-RDT\""
|
||||
/* All optional parameters
|
||||
*
|
||||
* "config="
|
||||
|
|
Loading…
Reference in a new issue