mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
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:
parent
624d4cbda1
commit
d5c2ade62f
3 changed files with 8 additions and 2 deletions
|
@ -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),
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue