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 721401 - shmsink : signal for the creation of the socket
shmsink : signal for the creation of the socket
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-03 15:27 UTC by Adrien SCH.
Modified: 2014-01-03 16:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to implement the socket-path-created signal (1.16 KB, patch)
2014-01-03 15:27 UTC, Adrien SCH.
none Details | Review

Description Adrien SCH. 2014-01-03 15:27:39 UTC
Created attachment 265223 [details] [review]
Patch to implement the socket-path-created signal

Hello, 

as the socket path can be modified by the shmsink element, I think that it is necessary to dispatch this update (using a signal for example). 

Attached : 
Patch of shmsink.c who implements the signal.
Comment 1 Olivier Crête 2014-01-03 16:19:31 UTC
The socket path only changes during the NULL->READY transition. I've now documented this.

commit 77b339bf5c0039ff8080dbc9beb25c0fcfadc5dd
Author: Olivier Crête <olivier.crete@collabora.com>
Date:   Fri Jan 3 11:18:06 2014 -0500

    shmsink: Document that socket-path may change