From c94b1bd2de42a4b1bbcdd7877e7c737f81229ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 12 Dec 2008 10:29:31 +0000 Subject: gst/mxf/: Major update of the TODO lists. There's still much to do. Original commit message from CVS: * gst/mxf/mxfaes-bwf.c: * gst/mxf/mxfalaw.c: (mxf_alaw_create_caps): * gst/mxf/mxfdemux.c: * gst/mxf/mxfdv-dif.c: (mxf_dv_dif_create_caps): * gst/mxf/mxfjpeg2000.c: * gst/mxf/mxfmpeg.c: * gst/mxf/mxfup.c: Major update of the TODO lists. There's still much to do. --- gst/mxf/mxfalaw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst/mxf/mxfalaw.c') diff --git a/gst/mxf/mxfalaw.c b/gst/mxf/mxfalaw.c index 89faed44..847eb90a 100644 --- a/gst/mxf/mxfalaw.c +++ b/gst/mxf/mxfalaw.c @@ -115,7 +115,8 @@ mxf_alaw_create_caps (MXFMetadataGenericPackage * package, ((gdouble) s->audio_sampling_rate.d) + 0.5), "channels", G_TYPE_INT, s->channel_count, NULL); - /* TODO: Handle channel layout somehow? */ + /* TODO: Handle channel layout somehow? + * Or is alaw limited to two channels? */ if (!*tags) *tags = gst_tag_list_new (); -- cgit v1.2.1