diff --git a/ChangeLog b/ChangeLog index 493538691f..0865a85df3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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: diff --git a/gst/rtp/gstrtpmp4vpay.c b/gst/rtp/gstrtpmp4vpay.c index fd6260024f..816bf97c30 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 =