From 20f18abf7274698f6d0d155c49672474f95dc6cf Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 5 Mar 2007 17:08:32 +0000 Subject: gst/rtp/: Fix encoding-name case. Original commit message from CVS: * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps): * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers): * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers): Fix encoding-name case. --- gst/rtp/gstrtpmp4gpay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtp/gstrtpmp4gpay.c') diff --git a/gst/rtp/gstrtpmp4gpay.c b/gst/rtp/gstrtpmp4gpay.c index 3220728f..fae66c5a 100644 --- a/gst/rtp/gstrtpmp4gpay.c +++ b/gst/rtp/gstrtpmp4gpay.c @@ -414,7 +414,7 @@ gst_rtp_mp4g_pay_setcaps (GstBaseRTPPayload * payload, GstCaps * caps) if (media_type == NULL) goto config_failed; - gst_basertppayload_set_options (payload, media_type, TRUE, "mpeg4-generic", + gst_basertppayload_set_options (payload, media_type, TRUE, "MPEG4-GENERIC", rtpmp4gpay->rate); gst_rtp_mp4g_pay_new_caps (rtpmp4gpay); -- cgit