projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22cfbdf
)
Expose the signal as a G_SIGNAL_ACTION
author
Wim Taymans
<wim.taymans@gmail.com>
Wed, 24 Jul 2002 21:42:35 +0000
(21:42 +0000)
committer
Wim Taymans
<wim.taymans@gmail.com>
Wed, 24 Jul 2002 21:42:35 +0000
(21:42 +0000)
Original commit message from CVS:
Expose the signal as a G_SIGNAL_ACTION
gst/effectv/gstvertigo.c
patch
|
blob
|
history
diff --git
a/gst/effectv/gstvertigo.c
b/gst/effectv/gstvertigo.c
index
918c376
..
2d3c341
100644
(file)
--- a/
gst/effectv/gstvertigo.c
+++ b/
gst/effectv/gstvertigo.c
@@
-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,