diff options
| author | Olivier Crete <tester@tester.ca> | 2008-10-27 11:28:30 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2008-10-27 11:28:30 +0000 |
| commit | 19619961f37df66b0c2a3281913e614ed8555910 (patch) | |
| tree | 71fa6c40f58432108599d1f2918b1a736da5f14b /ChangeLog | |
| parent | 2428a1ca55b5744b8f9795d3d11da5845eed84f5 (diff) | |
gst/rtp/gstrtpL16pay.c: Implement getcaps in rtpL16pay. Fixes #556484.
Original commit message from CVS:
Patch by: Olivier Crete <tester at tester dot ca>
* gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
(gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
Implement getcaps in rtpL16pay. Fixes #556484.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk> + Patch by: Olivier Crete <tester at tester dot ca> + + * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init), + (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps): + Implement getcaps in rtpL16pay. Fixes #556484. + +2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps), (gst_rtp_L16_depay_process): Check if clock-rate and channels are valid. |
