summaryrefslogtreecommitdiffstats
path: root/gst/udp/gstdynudpsink.c
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/udp/gstdynudpsink.c
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/udp/gstdynudpsink.c')
-rw-r--r--gst/udp/gstdynudpsink.c2
1 files changed, 1 insertions, 1 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)