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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Aug 2 11:29:17 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #332508|none                        |needs-work
             status|                            |

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

::: gst/aiff/aiffparse.c
@@ +1004,3 @@
+          gst_pb_utils_add_codec_description_to_tag_list (aiff->tags,
+              GST_TAG_CONTAINER_FORMAT, desccaps);
+          gst_caps_unref (desccaps);

No need to create new caps here, just get the caps from the sinkpad template :)
gst_pad_get_pad_template_caps() on the sinkpad

-- 
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