gst/udp/: the old gstnet lib was renamed gstnetbuffer (#322257)

Original commit message from CVS:

* gst/udp/gstdynudpsink.c:
* gst/udp/gstudpsrc.c:
the old gstnet lib was renamed gstnetbuffer (#322257)
This commit is contained in:
Thomas Vander Stichele 2005-11-29 17:46:04 +00:00
parent 624d4cbda1
commit d5c2ade62f
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/udp/gstdynudpsink.c:
* gst/udp/gstudpsrc.c:
the old gstnet lib was renamed gstnetbuffer (#322257)
2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
* ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),

View file

@ -22,7 +22,7 @@
#endif
#include "gstudp-marshal.h"
#include "gstdynudpsink.h"
#include <gst/net/gstnetbuffer.h>
#include <gst/netbuffer/gstnetbuffer.h>
GST_DEBUG_CATEGORY (dynudpsink_debug);
#define GST_CAT_DEFAULT (dynudpsink_debug)

View file

@ -25,7 +25,7 @@
#include "gstudpsrc.h"
#include <unistd.h>
#include <sys/ioctl.h>
#include <gst/net/gstnetbuffer.h>
#include <gst/netbuffer/gstnetbuffer.h>
#ifdef HAVE_FIONREAD_IN_SYS_FILIO
#include <sys/filio.h>