GNOME Bugzilla – Bug 748820
oggdemux: remove unnecessary codes
Last modified: 2015-05-03 12:35:39 UTC
{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.
Created attachment 302787 [details] [review] oggdemux : remove unnecessary codes patch
Thanks, pushed: commit bd40d2e33ff4b112d5ca364ddfaa33efd5cc647b Author: Young Han Lee <y.lee@lge.com> Date: Fri Apr 10 16:05:45 2015 +0900 oggdemux: remove unused code These lines have done nothing for about 10 years. https://bugzilla.gnome.org/show_bug.cgi?id=748820