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 703426 - Fix doc and comment references to gstrtpbin element
Fix doc and comment references to gstrtpbin element
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: 1.1.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-07-01 22:20 UTC by J. Rick Ramstetter
Modified: 2013-07-02 08:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Corrects some of the references to "gstrtpbin" by replacing them with references to "rtpbin. (3.46 KB, patch)
2013-07-01 22:20 UTC, J. Rick Ramstetter
committed Details | Review

Description J. Rick Ramstetter 2013-07-01 22:20:26 UTC
Created attachment 248189 [details] [review]
Corrects some of the references to "gstrtpbin" by replacing them with references to "rtpbin.

Documents in git make reference to a non-existent gstrtpbin element. The element is now named rtpbin. This is troublesome particularly in examples involving gst-launch lines. 

My git hash is 66dbe3151a3426f6de271c2999ee908a8e89b65c 

The attached patch corrects some of the references to "gstrtpbin" by replacing them with references to "rtpbin."
Comment 1 Sebastian Dröge (slomo) 2013-07-02 08:14:02 UTC
commit f01b751e5258ba26a508d0ee2e8a3540e1211bf1
Author: J. Rick Ramstetter <rick.ramstetter@gmail.com>
Date:   Tue Jul 2 10:12:17 2013 +0200

    rtp: Fix documentation and comments to use rtpbin instead of old gstrtpbin
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703426