summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-10-28 10:01:49 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-10-28 10:01:49 +0000
commit09e449609f856dd45da29bd76c8235cf6a37bf25 (patch)
treec3d6df656f31baf62f0de7b85f3caacbd6f23c53 /ChangeLog
parent6eb6d5b9ac5c90693161413eeee3a32d33a3637f (diff)
gst/rtp/: Add mappings for multichannel support. Does not completely just work because the getcaps function does not ...
Original commit message from CVS: * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps): * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps): * gst/rtp/gstrtpchannels.c: (check_channels), (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order), (gst_rtp_channels_create_default): * gst/rtp/gstrtpchannels.h: Add mappings for multichannel support. Does not completely just work because the getcaps function does not yet return the allowed channel mappings. See #556641.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b29eab78..30b1c987 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-10-28 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
+ * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
+ (gst_rtp_L16_pay_getcaps):
+ * gst/rtp/gstrtpchannels.c: (check_channels),
+ (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
+ (gst_rtp_channels_create_default):
+ * gst/rtp/gstrtpchannels.h:
+ Add mappings for multichannel support. Does not completely just work
+ because the getcaps function does not yet return the allowed channel
+ mappings. See #556641.
+
2008-10-28 Stefan Kost <ensonic@users.sf.net>
* gst/goom/Makefile.am: