diff options
Diffstat (limited to 'gst/mxf/mxfalaw.c')
-rw-r--r-- | gst/mxf/mxfalaw.c | 3 |
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 (); |