[Bug 748820] New: oggdemux: remove unnecessary codes

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat May 2 23:03:25 PDT 2015


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

            Bug ID: 748820
           Summary: oggdemux: remove unnecessary codes
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: joybro201 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

{code}
/* FIXME: either do something with it or remove it */
list = gst_tag_list_new_empty ();
gst_tag_list_add (list, GST_TAG_MERGE_REPLACE, GST_TAG_SERIAL, serialno,
    NULL);
gst_tag_list_unref (list);
{code}

These lines have done nothing for about 10 years.

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