gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setcaps funct...
authorWim Taymans <wim.taymans@gmail.com>
Wed, 25 Apr 2007 09:47:48 +0000 (09:47 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 25 Apr 2007 09:47:48 +0000 (09:47 +0000)
commit24c5812d65e45f630edd172ce493ab9fac6df887
treee6e532be7522238565734287de46f875c0a0ac78
parent1beeda3ff2859372cecbea4542a4da8dc05960d6
gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setcaps function. Fixes #431282.

Original commit message from CVS:
* gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
* gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
(gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
* gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
(gst_rtp_gsm_depay_setcaps):
* gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
* gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
* gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
(gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
(gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
(gst_ilbc_depay_get_property):
* gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
* gst/rtp/gstrtpmp4adepay.c:
* gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
(gst_rtp_pcma_depay_setcaps):
* gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
(gst_rtp_pcmu_depay_setcaps):
Make sure we configure the clock_rate in the baseclass in the setcaps
function. Fixes #431282.
ChangeLog
gst/rtp/gstrtpL16depay.c
gst/rtp/gstrtpamrdepay.c
gst/rtp/gstrtpgsmdepay.c
gst/rtp/gstrtph263pdepay.c
gst/rtp/gstrtph264depay.c
gst/rtp/gstrtpilbcdepay.c
gst/rtp/gstrtpmp2tdepay.c
gst/rtp/gstrtpmp4adepay.c
gst/rtp/gstrtppcmadepay.c
gst/rtp/gstrtppcmudepay.c