mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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.
This commit is contained in:
parent
4e78ffa15c
commit
0444519131
2 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue