mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
plugin: Do not use weak ref on importer
There is no good reason to keep using weak ref on importer within paintable object. Change that to a gst_object_ref which is faster.
This commit is contained in:
3
lib/gst/plugin/gstclapperpaintable.h
vendored
3
lib/gst/plugin/gstclapperpaintable.h
vendored
@@ -46,7 +46,8 @@ struct _GstClapperPaintable
|
||||
|
||||
GdkRGBA bg;
|
||||
|
||||
GWeakRef widget, importer;
|
||||
GWeakRef widget;
|
||||
GstClapperImporter *importer;
|
||||
|
||||
/* Sink properties */
|
||||
gint par_n, par_d;
|
||||
|
Reference in New Issue
Block a user