GNOME Bugzilla – Bug 749107
codec-utils: add a gst_codec_utils_aac_get_channels
Last modified: 2016-03-24 13:04:37 UTC
To remove the FIXME in the qtdemux, I add this function.
This is the related qtdemux patch. you can check below url. https://bugzilla.gnome.org/show_bug.cgi?id=749110
Created attachment 303077 [details] [review] codec-utils: add a gst_codec_utils_aac_get_channels
Created attachment 304166 [details] [review] codec-utils: add a gst_codec_utils_aac_get_channels
Please merge this with the other bug, and the patch that adds the sample rate function.
Review of attachment 304166 [details] [review]: ::: gst-libs/gst/pbutils/codec-utils.c @@ +114,3 @@ + * Returns the channels of the given AAC stream. + * + * Returns: The channels and 0 if the channel could not be determined. s/and/or/ "... if *the number of channels* could ..." @@ +116,3 @@ + * Returns: The channels and 0 if the channel could not be determined. + * + * Since 1.6 We're at 1.10 now
I've merge patches at below link. https://bugzilla.gnome.org/show_bug.cgi?id=749110