GNOME Bugzilla – Bug 708921
pbutils: Add codec-utility functions to support h265
Last modified: 2013-10-02 09:38:37 UTC
Created attachment 255925 [details] [review] Add codec-utility functions to support h265 Adding utility functions to pbutils to get/set the profile, tier and level for H265.
Review of attachment 255925 [details] [review]: Please also add this to the documentation, and win32/common/*.def. ::: gst-libs/gst/pbutils/codec-utils.c @@ +4,3 @@ * 2010 Collabora Multimedia * 2010 Nokia Corporation + * 2013 Intel Corporation Please indent this properly, tabs and spaces mixed it seems @@ +725,3 @@ + tier = "High"; + else + tier = "Main"; This should maybe be lower-case for consistency too ::: gst-libs/gst/pbutils/codec-utils.h @@ +64,3 @@ +gboolean gst_codec_utils_h265_caps_set_level_tier_and_profile (GstCaps * caps, + const guint8 * profile_tier_level, + guint len); Please indent all functions in the h265 section properly... let the opening ( be in the same column for all of them, and one parameter per line for the first three functions too.
Oh, and add "Since: 1.3" markers to the docs :)
I mean 1.4 of course
Created attachment 256242 [details] [review] Add codec-utility functions to support h265
Review of attachment 256242 [details] [review]: ::: gst-libs/gst/pbutils/codec-utils.h @@ +67,3 @@ +gboolean gst_codec_utils_h265_caps_set_level_tier_and_profile (GstCaps * caps, + const guint8 * profile_tier_level, + guint len); The alignment here is completely broken, probably mix of tabs and spaces
Created attachment 256243 [details] [review] Add codec-utility functions to support h265 Aha, sorry. I hope it is okay now.
commit 9ffaaddcbe71a38c37a14175942729664f4bf005 Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Wed Oct 2 12:26:59 2013 +0300 pbutils: Add codec-utility funtions to support H265 https://bugzilla.gnome.org/show_bug.cgi?id=708921