summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-29 17:46:04 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-29 17:46:04 +0000
commitd5c2ade62f0c32497c0cce19948d9362e7debd05 (patch)
tree675f07f24188b09ccc0f4ee672b68e0dbca7f2b8 /gst
parent624d4cbda11fbddde3ee88b9b809e88871ea3dab (diff)
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)
Diffstat (limited to 'gst')
-rw-r--r--gst/udp/gstdynudpsink.c2
-rw-r--r--gst/udp/gstudpsrc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/udp/gstdynudpsink.c b/gst/udp/gstdynudpsink.c
index e9577219..7e141515 100644
--- a/gst/udp/gstdynudpsink.c
+++ b/gst/udp/gstdynudpsink.c
@@ -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)
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
index 12c0c99d..5f3835bd 100644
--- a/gst/udp/gstudpsrc.c
+++ b/gst/udp/gstudpsrc.c
@@ -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>