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.
This commit is contained in:
Stefan Kost 2008-09-15 09:39:00 +00:00
parent 7386f71683
commit 9294cda841
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,11 @@
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:

View file

@ -52,8 +52,8 @@ struct _GstCeltEnc {
GstElement element;
/* pads */
GstPad *sinkpad,
*srcpad;
GstPad *sinkpad;
GstPad *srcpad;
CELTHeader header;
CELTMode *mode;

View file

@ -46,6 +46,8 @@
#include "gstpcapparse.h"
#include <string.h>
#ifndef _MSC_VER
#include <arpa/inet.h>
#include <netinet/in.h>