mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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
3 changed files with 12 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -52,8 +52,8 @@ struct _GstCeltEnc {
|
|||
GstElement element;
|
||||
|
||||
/* pads */
|
||||
GstPad *sinkpad,
|
||||
*srcpad;
|
||||
GstPad *sinkpad;
|
||||
GstPad *srcpad;
|
||||
|
||||
CELTHeader header;
|
||||
CELTMode *mode;
|
||||
|
|
|
@ -46,6 +46,8 @@
|
|||
|
||||
#include "gstpcapparse.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
|
|
Loading…
Reference in a new issue