gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details): Fix element description.
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 8 Jun 2007 20:20:56 +0000 (20:20 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 8 Jun 2007 20:20:56 +0000 (20:20 +0000)
Original commit message from CVS:
* gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
Fix element description.

ChangeLog
gst/rtp/gstrtpmp4vpay.c

index 493538691fea6c721b3e1f6b73d5dfe3f524e53a..0865a85df376c02895623b6ef113613be77610b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
+         Fix element description.
+
 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * configure.ac:
index fd6260024fa2653c92951d0d7c893952b3d23061..816bf97c30e5af48ee306b84ebf4e214296c6e27 100644 (file)
@@ -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 <wim@fluendo.com>");
 
 static GstStaticPadTemplate gst_rtp_mp4v_pay_sink_template =