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 605269 - [shout2][patch] Setting public flag
[shout2][patch] Setting public flag
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-22 22:29 UTC by gnomebugzilla
Modified: 2010-01-04 12:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (2.93 KB, patch)
2009-12-22 22:30 UTC, gnomebugzilla
committed Details | Review

Description gnomebugzilla 2009-12-22 22:29:36 UTC
It is currently not possible to set the "public"-flag of a stream produced by the shout2send-sink.
This flag is required to be set, when a stream should be advertised by a Icecast server to a public directory (like dir.xiph.org or your on one).
As the underlying library libshout2 supports this, I adopted a bit of the existing code to support this feature.
Comment 1 gnomebugzilla 2009-12-22 22:30:21 UTC
Created attachment 150262 [details] [review]
Patch
Comment 2 Thiago Sousa Santos 2010-01-04 12:32:25 UTC
Comment on attachment 150262 [details] [review]
Patch

Committed, but changed the property to be a boolean instead of an integer.
Comment 3 Thiago Sousa Santos 2010-01-04 12:50:25 UTC
Fixed.

commit 547925513010e94e6627fc80b9c24c3ab63f240b
Author: Robert Weidlich <gnomebugzilla@robert.weidlich.cc>
Date:   Mon Jan 4 09:28:36 2010 -0300

    shout2send: Add 'public' property
    
    Adds a property to set 'public' flag on libshout, making
    the stream listed on the server's stream directory.
    
    Fixes #605269