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:
parent
7386f71683
commit
9294cda841
@ -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>
|
2008-09-15 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* examples/Makefile.am:
|
* examples/Makefile.am:
|
||||||
|
@ -52,8 +52,8 @@ struct _GstCeltEnc {
|
|||||||
GstElement element;
|
GstElement element;
|
||||||
|
|
||||||
/* pads */
|
/* pads */
|
||||||
GstPad *sinkpad,
|
GstPad *sinkpad;
|
||||||
*srcpad;
|
GstPad *srcpad;
|
||||||
|
|
||||||
CELTHeader header;
|
CELTHeader header;
|
||||||
CELTMode *mode;
|
CELTMode *mode;
|
||||||
|
@ -46,6 +46,8 @@
|
|||||||
|
|
||||||
#include "gstpcapparse.h"
|
#include "gstpcapparse.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user