GNOME Bugzilla – Bug 724823
hevc: rename plugin to avdec_h265 for consistency
Last modified: 2014-02-22 15:11:47 UTC
Currently the HEVC decoder plugin has the name avdec_hevc, because the name is build from the name used in libav. However everywhere else in GStreamer the ITU name H.265 is used as reference (caps, parser, typefinder, ...). I propose we change the name of this plugin to avdec_h265.
Created attachment 269829 [details] [review] rename plugin to avdec_h265
Makes sense IMHO, so +1.
commit 9a1c9096dc6182c826bbc9a6806f2258f34d947c Author: Thijs Vermeir <thijsvermeir@gmail.com> Date: Thu Feb 20 20:39:29 2014 +0100 avviddec: rename hevc decoder element to h265 for consistency We use h265 for the parser, typefinder, caps, etc. everywhere. https://bugzilla.gnome.org/show_bug.cgi?id=724823