From 9294cda84196c51cb4b60232a51ea3b6243a088a Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 15 Sep 2008 09:39:00 +0000 Subject: ext/celt/gstceltenc.h: Help gtk-doc to parse this correctly. Original commit message from CVS: * ext/celt/gstceltenc.h: Help gtk-doc to parse this correctly. * gst/pcapparse/gstpcapparse.c: Add missing include. --- ChangeLog | 8 ++++++++ ext/celt/gstceltenc.h | 4 ++-- gst/pcapparse/gstpcapparse.c | 2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8b9933bf..43ca474a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-09-15 Stefan Kost + + * ext/celt/gstceltenc.h: + Help gtk-doc to parse this correctly. + + * gst/pcapparse/gstpcapparse.c: + Add missing include. + 2008-09-15 Stefan Kost * examples/Makefile.am: diff --git a/ext/celt/gstceltenc.h b/ext/celt/gstceltenc.h index 6331f31c..6dc7c96a 100644 --- a/ext/celt/gstceltenc.h +++ b/ext/celt/gstceltenc.h @@ -52,8 +52,8 @@ struct _GstCeltEnc { GstElement element; /* pads */ - GstPad *sinkpad, - *srcpad; + GstPad *sinkpad; + GstPad *srcpad; CELTHeader header; CELTMode *mode; diff --git a/gst/pcapparse/gstpcapparse.c b/gst/pcapparse/gstpcapparse.c index 4be76605..2d323d3c 100644 --- a/gst/pcapparse/gstpcapparse.c +++ b/gst/pcapparse/gstpcapparse.c @@ -46,6 +46,8 @@ #include "gstpcapparse.h" +#include + #ifndef _MSC_VER #include #include -- cgit v1.2.1