mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Expose the signal as a G_SIGNAL_ACTION
Original commit message from CVS: Expose the signal as a G_SIGNAL_ACTION
This commit is contained in:
parent
22cfbdfe29
commit
c44396be67
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ gst_vertigotv_class_init (GstVertigoTVClass * klass)
|
|||
gst_vertigotv_signals[RESET_SIGNAL] =
|
||||
g_signal_new ("reset_parms",
|
||||
G_TYPE_FROM_CLASS (klass),
|
||||
G_SIGNAL_RUN_LAST,
|
||||
G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
|
||||
G_STRUCT_OFFSET (GstVertigoTVClass, reset),
|
||||
NULL, NULL,
|
||||
g_cclosure_marshal_VOID__VOID,
|
||||
|
|
Loading…
Reference in a new issue