summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpmp4vpay.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2007-06-08 20:20:56 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2007-06-08 20:20:56 +0000
commit0444519131f4f403df6918cd9596b70cebd783a5 (patch)
tree1f2d7f2db6a33163b02ef125d678f571a1f7400d /gst/rtp/gstrtpmp4vpay.c
parent4e78ffa15ca12b06a2629b0f280b75dfd1cd07bc (diff)
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.
Diffstat (limited to 'gst/rtp/gstrtpmp4vpay.c')
-rw-r--r--gst/rtp/gstrtpmp4vpay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpmp4vpay.c b/gst/rtp/gstrtpmp4vpay.c
index fd626002..816bf97c 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 <wim@fluendo.com>");
static GstStaticPadTemplate gst_rtp_mp4v_pay_sink_template =