diff --git a/gst-libs/gst/allocators/gstfdmemory.c b/gst-libs/gst/allocators/gstfdmemory.c index 7a7f05b032..312a3d4746 100644 --- a/gst-libs/gst/allocators/gstfdmemory.c +++ b/gst-libs/gst/allocators/gstfdmemory.c @@ -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 diff --git a/gst-libs/gst/rtp/gstrtpbasedepayload.c b/gst-libs/gst/rtp/gstrtpbasedepayload.c index 20ffcd83ad..fb5bdc903e 100644 --- a/gst-libs/gst/rtp/gstrtpbasedepayload.c +++ b/gst-libs/gst/rtp/gstrtpbasedepayload.c @@ -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);