diff --git a/ChangeLog b/ChangeLog index 8b9933bf01..43ca474aa8 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 6331f31ccc..6dc7c96a61 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 4be76605fc..2d323d3c09 100644 --- a/gst/pcapparse/gstpcapparse.c +++ b/gst/pcapparse/gstpcapparse.c @@ -46,6 +46,8 @@ #include "gstpcapparse.h" +#include + #ifndef _MSC_VER #include #include