From 8f7e5811064fc5a1bd90879276698722c758bd68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 25 Jun 2014 11:40:57 +0100 Subject: [PATCH] elements: fix copyright and remove gtk-doc chunk Trivial as it may be, this code was mostly copied from somewhere else. The gtk-doc chunk is not needed, since it's not public API. --- plugins/elements/gstelements_private.c | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/plugins/elements/gstelements_private.c b/plugins/elements/gstelements_private.c index 6c304b42f8..2364741d40 100644 --- a/plugins/elements/gstelements_private.c +++ b/plugins/elements/gstelements_private.c @@ -1,4 +1,7 @@ /* GStreamer + * Copyright (C) 2011 David Schleef + * Copyright (C) 2011 Tim-Philipp Müller + * Copyright (C) 2014 Tim-Philipp Müller * Copyright (C) 2014 Vincent Penquerc'h * * gstelements_private.c: Shared code for core elements @@ -26,17 +29,7 @@ #include "gst/gst.h" #include "gstelements_private.h" -/** - * gst_buffer_get_flags_string: - * @buffer: a #GstBuffer - * Returns: A newly allocated string - * - * Returns a newly allocated string describing the flags on this buffer. - * The string must be freed using g_free() when done. - * - * Since: 1.4 - */ - +/* Returns a newly allocated string describing the flags on this buffer */ char * gst_buffer_get_flags_string (GstBuffer * buffer) {