rtph265pay: Clean up whitespace and syntax

Align with rtph264pay
This commit is contained in:
Olivier Crête 2019-06-13 16:04:39 -04:00 committed by Nicolas Dufresne
parent b46dab13d2
commit d4268ab2bf

View file

@ -101,12 +101,13 @@ GST_STATIC_PAD_TEMPLATE ("src",
/* "dec-parallel-cap = (string) ANY, " */
);
#define DEFAULT_CONFIG_INTERVAL 0
#define DEFAULT_CONFIG_INTERVAL 0
enum
{
PROP_0,
PROP_CONFIG_INTERVAL
PROP_CONFIG_INTERVAL,
};
static void gst_rtp_h265_pay_finalize (GObject * object);
@ -1157,7 +1158,7 @@ gst_rtp_h265_pay_handle_buffer (GstRTPBasePayload * basepayload,
/* now loop over all NAL units and put them in a packet
* FIXME, we should really try to pack multiple NAL units into one RTP packet
* if we can, especially for the config packets that wont't cause decoder
* if we can, especially for the config packets that won't cause decoder
* latency. */
if (hevc) {
guint nal_length_size;