mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
gst/rtp/gstrtpg726pay.c: Fix caps, See #538891.
Original commit message from CVS: * gst/rtp/gstrtpg726pay.c: Fix caps, See #538891.
This commit is contained in:
parent
6cf110c1e3
commit
54f515d2c8
2 changed files with 7 additions and 4 deletions
|
@ -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),
|
||||
|
|
|
@ -44,9 +44,7 @@ static GstStaticPadTemplate gst_rtp_g726_pay_sink_template =
|
|||
"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 =
|
||||
|
|
Loading…
Reference in a new issue