After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 618419 - gstrtpbin-Description maybe exist error
gstrtpbin-Description maybe exist error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-12 03:34 UTC by tony
Modified: 2010-05-13 11:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description tony 2010-05-12 03:34:07 UTC
online documentaion url http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-gstrtpbin.html


    In the description of gstrtsbin, it says "After the packets are released from the jitterbuffer, they will be forwarded to a GstRtpSsrcDemux element. The GstRtpSsrcDemux element will demux the packets based on the payload type and ......", but I thought it should be "After the packets are released from the jitterbuffer, they will be forwarded to a GstRtpPtDemuxelement. The GstRtpPtDemuxelement will demux the packets based on the payload type and ......".


Is it?


thanks.
Comment 1 Wim Taymans 2010-05-13 11:03:27 UTC
commit dc2662e22b1d5eb39c4bba2da830b46940195467
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Thu May 13 13:01:26 2010 +0200

    rtpbin: fix docs
    
    Documentation error spotted by tony <caicai0119 at gmail.com>
    
    Fixes #618419