summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-06-25 11:40:57 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-06-25 11:43:04 +0100
commit8f7e5811064fc5a1bd90879276698722c758bd68 (patch)
tree81c7f6b5e1466726fa0d58410041f63c3ebb69fa
parentf53a8a85a7345678acfd24612aa8db777e905b5d (diff)
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.
-rw-r--r--plugins/elements/gstelements_private.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/plugins/elements/gstelements_private.c b/plugins/elements/gstelements_private.c
index 6c304b42f..2364741d4 100644
--- a/plugins/elements/gstelements_private.c
+++ b/plugins/elements/gstelements_private.c
@@ -1,4 +1,7 @@
/* GStreamer
+ * Copyright (C) 2011 David Schleef <ds@schleef.org>
+ * Copyright (C) 2011 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+ * Copyright (C) 2014 Tim-Philipp Müller <tim@centricular.com>
* Copyright (C) 2014 Vincent Penquerc'h <vincent@collabora.co.uk>
*
* 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)
{