diff options
author | Leif Johnson <leif@ambient.2y.net> | 2003-11-16 22:02:22 +0000 |
---|---|---|
committer | Leif Johnson <leif@ambient.2y.net> | 2003-11-16 22:02:22 +0000 |
commit | 5c244e8374f61481f7296c9bad5c6eb34001c4a2 (patch) | |
tree | 7be1e9db0a6a2fd0bf08d0233f64af6dd3d4d567 /gst/rtp/gstrtpL16parse.c | |
parent | 03f1b5c7976e49883432e96e9cb87adb62d19de9 (diff) |
+ checking in plugin category changes
Original commit message from CVS:
+ checking in plugin category changes
Diffstat (limited to 'gst/rtp/gstrtpL16parse.c')
-rw-r--r-- | gst/rtp/gstrtpL16parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpL16parse.c b/gst/rtp/gstrtpL16parse.c index 2aa3207c..3a18e295 100644 --- a/gst/rtp/gstrtpL16parse.c +++ b/gst/rtp/gstrtpL16parse.c @@ -9,7 +9,7 @@ * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more + * Library General Public License for more */ #ifdef HAVE_CONFIG_H @@ -22,7 +22,7 @@ /* elementfactory information */ static GstElementDetails gst_rtp_L16parse_details = { "RTP packet parser", - "Codec/Network", + "Codec/Parser/Network", "Extracts raw audio from RTP packets", "Zeeshan Ali <zak147@yahoo.com>" }; |