mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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.
This commit is contained in:
parent
f53a8a85a7
commit
8f7e581106
1 changed files with 4 additions and 11 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue