From cca77e215b01ddf27c13eff5c105883c94e95dc2 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 20 Apr 2002 21:42:51 +0000 Subject: a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory --- gst/udp/gstudpsink.c | 2 +- gst/udp/gstudpsrc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/udp') 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 ", 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 ", -- cgit