After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 724823 - hevc: rename plugin to avdec_h265 for consistency
hevc: rename plugin to avdec_h265 for consistency
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
unspecified
Other All
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-20 19:44 UTC by Thijs Vermeir
Modified: 2014-02-22 15:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rename plugin to avdec_h265 (1.93 KB, patch)
2014-02-20 19:45 UTC, Thijs Vermeir
committed Details | Review

Description Thijs Vermeir 2014-02-20 19:44: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.
Comment 1 Thijs Vermeir 2014-02-20 19:45:38 UTC
Created attachment 269829 [details] [review]
rename plugin to avdec_h265
Comment 2 Tim-Philipp Müller 2014-02-21 08:34:42 UTC
Makes sense IMHO, so +1.
Comment 3 Sebastian Dröge (slomo) 2014-02-22 15:11:43 UTC
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