gst/udp/: the old gstnet lib was renamed gstnetbuffer (#322257)
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Nov 2005 17:46:04 +0000 (17:46 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Nov 2005 17:46:04 +0000 (17:46 +0000)
Original commit message from CVS:

* gst/udp/gstdynudpsink.c:
* gst/udp/gstudpsrc.c:
the old gstnet lib was renamed gstnetbuffer (#322257)

ChangeLog
gst/udp/gstdynudpsink.c
gst/udp/gstudpsrc.c

index f59c2ee..95626e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),
index e957721..7e14151 100644 (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)
index 12c0c99..5f3835b 100644 (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>