diff options
author | Erik Walthinsen <omega@temple-baptist.org> | 2000-12-28 22:12:02 +0000 |
---|---|---|
committer | Erik Walthinsen <omega@temple-baptist.org> | 2000-12-28 22:12:02 +0000 |
commit | ca1c48e95c31821cd0370e00f6c09915da8b257e (patch) | |
tree | f7e3606737653842db4c2b0836df111e642bad92 /gst/gsttrace.h | |
parent | 9655c3b593a98d17a627347c12d4c2abc95a0584 (diff) |
Updated copyright in all the libgst files.
Original commit message from CVS:
Updated copyright in all the libgst files.
Created gst_private.h, set up all files to use it.
Diffstat (limited to 'gst/gsttrace.h')
-rw-r--r-- | gst/gsttrace.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gst/gsttrace.h b/gst/gsttrace.h index 36a588f19..9af6e6e12 100644 --- a/gst/gsttrace.h +++ b/gst/gsttrace.h @@ -1,5 +1,8 @@ -/* Gnome-Streamer - * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu> +/* GStreamer + * Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu> + * 2000 Wim Taymans <wtay@chello.be> + * + * gsttrace.h: Header for tracing functions (depracated) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -23,6 +26,7 @@ #include <glib.h> + typedef struct _GstTrace GstTrace; typedef struct _GstTraceEntry GstTraceEntry; |