mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rtph265pay: Clean up whitespace and syntax
Align with rtph264pay
This commit is contained in:
parent
b46dab13d2
commit
d4268ab2bf
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue