rtpsource: Add more information to probation warning
[platform/upstream/gst-plugins-good.git] / ext / taglib / gstapev2mux.h
index 1c05bd4..8eceb57 100644 (file)
@@ -1,7 +1,7 @@
 /* GStreamer taglib-based APEv2 muxer
  * Copyright (C) 2006 Christophe Fergeau <teuf@gnome.org>
  * Copyright (C) 2006 Tim-Philipp Müller <tim centricular net>
- * Copyright (C) 2006 Sebastian Dröge <mail@slomosnail.de>
+ * Copyright (C) 2006 Sebastian Dröge <slomo@circular-chaos.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifndef GST_APEV2_MUX_H
 #define GST_APEV2_MUX_H
 
-#include "gsttaglibmux.h"
+#include <gst/tag/gsttagmux.h>
 
 G_BEGIN_DECLS
 
 typedef struct _GstApev2Mux GstApev2Mux;
 typedef struct _GstApev2MuxClass GstApev2MuxClass;
 
-typedef struct _GstApev2Mux {
-  GstTagLibMux  taglibmux;
+struct _GstApev2Mux {
+  GstTagMux  tagmux;
 };
 
-typedef struct _GstApev2MuxClass {
-  GstTagLibMuxClass  taglibmux_class;
+struct _GstApev2MuxClass {
+  GstTagMuxClass  tagmux_class;
 };
 
 #define GST_TYPE_APEV2_MUX \