[Bug 769389] aiffparse: Add bitrate and container format tags

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Aug 2 06:26:21 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=769389

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #332485|accepted-commit_now         |needs-work
             status|                            |

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 332485:
 --> (https://bugzilla.gnome.org/review?bug=769389&attachment=332485)

Actually

::: gst/aiff/aiffparse.c
@@ +1001,3 @@
+        gst_tag_list_add (aiff->tags, GST_TAG_MERGE_REPLACE,
+            GST_TAG_CONTAINER_FORMAT, "Audio Interchange File Format (AIFF)",
+            NULL);

Use gst_pb_utils_add_codec_description_to_tag_list() here. That ensures
consistent naming

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list