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 770293 - gstrtpsession: refactor duplicate code into a function
gstrtpsession: refactor duplicate code into a function
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 1.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-08-23 17:58 UTC by Håvard Graff (hgr)
Modified: 2016-10-31 14:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.97 KB, patch)
2016-08-23 17:58 UTC, Håvard Graff (hgr)
committed Details | Review

Description Håvard Graff (hgr) 2016-08-23 17:58:09 UTC
Created attachment 334028 [details] [review]
patch

Less code, easier to read, more consistent.
Comment 1 Olivier Crête 2016-08-23 19:12:43 UTC
Obviously correct patch, merged:

commit 1ef896b29d52f9505ba26f25a2505849ae568bba
Author: Havard Graff <havard.graff@gmail.com>
Date:   Fri Nov 6 10:39:16 2015 +0100

    gstrtpsession: refactor duplicate code into a function
    
    Less code, easier to read, more consistent.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770293