gst-plugins-bad: sfdec: add taglist support

Sebastian Dröge slomo at coaxion.net
Tue Dec 24 08:25:52 PST 2013


On Fr, 2013-12-20 at 12:19 -0800, Stefan Kost wrote:
> Module: gst-plugins-bad
> Branch: master
> Commit: bf956c487f4d8c6995a43ec635fe59f8e7b8b092
> URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=bf956c487f4d8c6995a43ec635fe59f8e7b8b092
> 
> [...]
> +  /* TODO: SF_STR_DATE: GST_TAG_DATE / GST_TAG_DATE_TIME */
> +  /* TODO: calculate bitrate: GST_TAG_BITRATE */
> +  switch (info.format & SF_FORMAT_SUBMASK) {
> +    case SF_FORMAT_PCM_S8:
> +    case SF_FORMAT_PCM_16:
> +    case SF_FORMAT_PCM_24:
> +    case SF_FORMAT_PCM_32:
> +    case SF_FORMAT_PCM_U8:
> +      codec_name = "Uncompressed PCM audio";
> [...]

Note that you can also get all (or most?) of these descriptions out of
pbutils with gst_pb_utils_add_codec_description_to_tag_list()

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 966 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131224/2967e45c/attachment.pgp>


More information about the gstreamer-devel mailing list