From 0444519131f4f403df6918cd9596b70cebd783a5 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 8 Jun 2007 20:20:56 +0000 Subject: [PATCH] gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details): Fix element description. Original commit message from CVS: * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details): Fix element description. --- ChangeLog | 5 +++++ gst/rtp/gstrtpmp4vpay.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4935386..0865a85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-06-08 Thomas Vander Stichele + * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details): + Fix element description. + +2007-06-08 Thomas Vander Stichele + * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: diff --git a/gst/rtp/gstrtpmp4vpay.c b/gst/rtp/gstrtpmp4vpay.c index fd62600..816bf97 100644 --- a/gst/rtp/gstrtpmp4vpay.c +++ b/gst/rtp/gstrtpmp4vpay.c @@ -32,9 +32,9 @@ GST_DEBUG_CATEGORY_STATIC (rtpmp4vpay_debug); /* elementfactory information */ static const GstElementDetails gst_rtp_mp4vpay_details = -GST_ELEMENT_DETAILS ("RTP packet payloader", +GST_ELEMENT_DETAILS ("RTP MPEG-4 Video packet payloader", "Codec/Payloader/Network", - "Payload MPEG4 video as RTP packets (RFC 3016)", + "Payload MPEG-4 video as RTP packets (RFC 3016)", "Wim Taymans "); static GstStaticPadTemplate gst_rtp_mp4v_pay_sink_template = -- 2.7.4