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 730228 - stream: add signals for new RTP/RTCP encoders
stream: add signals for new RTP/RTCP encoders
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal normal
: 1.3.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-16 01:10 UTC by Aleix Conchillo Flaqué
Modified: 2014-05-16 14:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add new encoder signals (4.21 KB, patch)
2014-05-16 01:16 UTC, Aleix Conchillo Flaqué
committed Details | Review

Description Aleix Conchillo Flaqué 2014-05-16 01:10:36 UTC
It might be that the user needs to use a different key than the random one generated by the SRTP elements (i.e. one generated by gnutls). It might be also useful to configure other possible encoder settings.
Comment 1 Aleix Conchillo Flaqué 2014-05-16 01:16:26 UTC
Created attachment 276639 [details] [review]
add new encoder signals
Comment 2 Wim Taymans 2014-05-16 14:56:43 UTC
I removed the default signal handlers to avoid ABI breakage and they are not really used anyway.

commit 17322693f66a7e2b7b37f79a12618d6eea6e12cf
Author: Aleix Conchillo Flaqué <aleix@oblong.com>
Date:   Thu May 15 18:15:04 2014 -0700

    stream: add signals for new RTP/RTCP encoders
    
    New signals to allow the user to configure the dynamically created
    encoders.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730228