summaryrefslogtreecommitdiffstats
path: root/gst/udp
diff options
context:
space:
mode:
Diffstat (limited to 'gst/udp')
-rw-r--r--gst/udp/gstudpsink.c2
-rw-r--r--gst/udp/gstudpsrc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/udp/gstudpsink.c b/gst/udp/gstudpsink.c
index 8ccc5138..bc1c24e4 100644
--- a/gst/udp/gstudpsink.c
+++ b/gst/udp/gstudpsink.c
@@ -26,7 +26,7 @@
/* elementfactory information */
GstElementDetails gst_udpsink_details = {
"UDP packet sender",
- "Transport/",
+ "Sink/Network",
"",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
index 4b1b0d71..11008eda 100644
--- a/gst/udp/gstudpsrc.c
+++ b/gst/udp/gstudpsrc.c
@@ -25,7 +25,7 @@
/* elementfactory information */
GstElementDetails gst_udpsrc_details = {
"UDP packet receiver",
- "Transport/",
+ "Source/Network",
"",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",