summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfalaw.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-12 10:29:31 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-12 10:29:31 +0000
commitc94b1bd2de42a4b1bbcdd7877e7c737f81229ebc (patch)
treeb93141eba5180c7c40fc0894fe1b570ed3eca10e /gst/mxf/mxfalaw.c
parent1fe82925f5d7419bd073a33cfa85be2c3e19a397 (diff)
downloadgst-plugins-bad-c94b1bd2de42a4b1bbcdd7877e7c737f81229ebc.tar.gz
gst-plugins-bad-c94b1bd2de42a4b1bbcdd7877e7c737f81229ebc.tar.bz2
gst-plugins-bad-c94b1bd2de42a4b1bbcdd7877e7c737f81229ebc.zip
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.
Diffstat (limited to 'gst/mxf/mxfalaw.c')
-rw-r--r--gst/mxf/mxfalaw.c3
1 files changed, 2 insertions, 1 deletions
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 ();