From ff8b6de615ff389388b693828d2acecac9652d0a Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 21 Jan 2008 14:19:32 +0000 Subject: docs/plugins/: Update lists again. Those whole can build ivorbisdec, mythtvsrc, nvudemux and theoradecexp, please com... Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: Update lists again. Those whole can build ivorbisdec, mythtvsrc, nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml. * docs/plugins/inspect/plugin-gstinterlace.xml: * docs/plugins/inspect/plugin-rawparse.xml * docs/plugins/inspect/plugin-videoparse.xml: Replace videoparse with rawparse. * gst/dvdspu/gstdvdspu.h: Help gtk-doc to recognize the object struct. --- gst/dvdspu/gstdvdspu.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gst/dvdspu/gstdvdspu.h') diff --git a/gst/dvdspu/gstdvdspu.h b/gst/dvdspu/gstdvdspu.h index e4b88488..0432a3af 100644 --- a/gst/dvdspu/gstdvdspu.h +++ b/gst/dvdspu/gstdvdspu.h @@ -37,8 +37,8 @@ G_BEGIN_DECLS #define DVD_SPU_LOCK(s) g_mutex_lock ((s)->spu_lock); #define DVD_SPU_UNLOCK(s) g_mutex_unlock ((s)->spu_lock); -typedef struct GstDVDSpu GstDVDSpu; -typedef struct GstDVDSpuClass GstDVDSpuClass; +typedef struct _GstDVDSpu GstDVDSpu; +typedef struct _GstDVDSpuClass GstDVDSpuClass; typedef struct SpuRect SpuRect; typedef struct SpuPixCtrlI SpuPixCtrlI; @@ -183,8 +183,7 @@ struct SpuPacket { GstEvent *event; }; -struct GstDVDSpu -{ +struct _GstDVDSpu { GstElement element; GstPad *videosinkpad; @@ -213,8 +212,7 @@ struct GstDVDSpu GstBuffer *pending_frame; }; -struct GstDVDSpuClass -{ +struct _GstDVDSpuClass { GstElementClass parent_class; }; -- cgit v1.2.1