fdmemory, rtpbasedepayload: Ran gst-indent
https://bugzilla.gnome.org/show_bug.cgi?id=764948
This commit is contained in:
parent
9d96959dde
commit
a0cf3b4262
@ -201,7 +201,7 @@ gst_fd_allocator_class_init (GstFdAllocatorClass * klass)
|
|||||||
allocator_class->free = gst_fd_mem_free;
|
allocator_class->free = gst_fd_mem_free;
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_INIT (gst_fdmemory_debug, "fdmemory", 0,
|
GST_DEBUG_CATEGORY_INIT (gst_fdmemory_debug, "fdmemory", 0,
|
||||||
"GstFdMemory and GstFdAllocator");
|
"GstFdMemory and GstFdAllocator");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@ -403,7 +403,7 @@ gst_rtp_base_depayload_handle_buffer (GstRTPBaseDepayload * filter,
|
|||||||
GST_LOG_OBJECT (filter,
|
GST_LOG_OBJECT (filter,
|
||||||
"New ssrc %u (current ssrc %u), sender restarted",
|
"New ssrc %u (current ssrc %u), sender restarted",
|
||||||
ssrc, priv->last_ssrc);
|
ssrc, priv->last_ssrc);
|
||||||
discont = TRUE;
|
discont = TRUE;
|
||||||
} else {
|
} else {
|
||||||
gap = gst_rtp_buffer_compare_seqnum (seqnum, priv->next_seqnum);
|
gap = gst_rtp_buffer_compare_seqnum (seqnum, priv->next_seqnum);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user