rtph265pay: Clean up whitespace and syntax
authorOlivier CrĂȘte <olivier.crete@collabora.com>
Thu, 13 Jun 2019 20:04:39 +0000 (16:04 -0400)
committerNicolas Dufresne <nicolas@ndufresne.ca>
Wed, 3 Jul 2019 19:05:29 +0000 (19:05 +0000)
Align with rtph264pay

gst/rtp/gstrtph265pay.c

index 55d794d..86f7dca 100644 (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;