mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
fdmemory, rtpbasedepayload: Ran gst-indent
https://bugzilla.gnome.org/show_bug.cgi?id=764948
This commit is contained in:
parent
9d96959dde
commit
a0cf3b4262
2 changed files with 2 additions and 2 deletions
|
@ -201,7 +201,7 @@ gst_fd_allocator_class_init (GstFdAllocatorClass * klass)
|
|||
allocator_class->free = gst_fd_mem_free;
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (gst_fdmemory_debug, "fdmemory", 0,
|
||||
"GstFdMemory and GstFdAllocator");
|
||||
"GstFdMemory and GstFdAllocator");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
@ -403,7 +403,7 @@ gst_rtp_base_depayload_handle_buffer (GstRTPBaseDepayload * filter,
|
|||
GST_LOG_OBJECT (filter,
|
||||
"New ssrc %u (current ssrc %u), sender restarted",
|
||||
ssrc, priv->last_ssrc);
|
||||
discont = TRUE;
|
||||
discont = TRUE;
|
||||
} else {
|
||||
gap = gst_rtp_buffer_compare_seqnum (seqnum, priv->next_seqnum);
|
||||
|
||||
|
|
Loading…
Reference in a new issue