summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-09-15 09:39:00 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-09-15 09:39:00 +0000
commit9294cda84196c51cb4b60232a51ea3b6243a088a (patch)
tree74f8f035a36f3717d6803b460f108a11154e7949
parent7386f71683ae7c0ad3cc742a746b36603cbfe7b5 (diff)
downloadgst-plugins-bad-9294cda84196c51cb4b60232a51ea3b6243a088a.tar.gz
gst-plugins-bad-9294cda84196c51cb4b60232a51ea3b6243a088a.tar.bz2
gst-plugins-bad-9294cda84196c51cb4b60232a51ea3b6243a088a.zip
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.
-rw-r--r--ChangeLog8
-rw-r--r--ext/celt/gstceltenc.h4
-rw-r--r--gst/pcapparse/gstpcapparse.c2
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b9933bf..43ca474a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-09-15 Stefan Kost <ensonic@users.sf.net>
+ * ext/celt/gstceltenc.h:
+ Help gtk-doc to parse this correctly.
+
+ * gst/pcapparse/gstpcapparse.c:
+ Add missing include.
+
+2008-09-15 Stefan Kost <ensonic@users.sf.net>
+
* examples/Makefile.am:
Only built scaletempo example if we have gtk.
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 <string.h>
+
#ifndef _MSC_VER
#include <arpa/inet.h>
#include <netinet/in.h>