Home
last modified time | relevance | path

Searched refs:p_klass (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/gstreamer/
H A Dgstvlcvideosink.c73 static void gst_vlc_video_sink_class_init( GstVlcVideoSinkClass *p_klass ) in gst_vlc_video_sink_class_init() argument
79 p_gobject_class = (GObjectClass*) p_klass; in gst_vlc_video_sink_class_init()
80 p_gstelement_class = (GstElementClass*) p_klass; in gst_vlc_video_sink_class_init()
81 p_gstbasesink_class = (GstBaseSinkClass*) p_klass; in gst_vlc_video_sink_class_init()
87 g_object_class_install_property( G_OBJECT_CLASS( p_klass ), PROP_ALLOCATOR, in gst_vlc_video_sink_class_init()
92 g_object_class_install_property( G_OBJECT_CLASS( p_klass ), PROP_ID, in gst_vlc_video_sink_class_init()
101 g_signal_new( "new-caps", G_TYPE_FROM_CLASS( p_klass ), in gst_vlc_video_sink_class_init()
108 g_signal_new( "new-buffer", G_TYPE_FROM_CLASS( p_klass ), in gst_vlc_video_sink_class_init()
H A Dgstvlcvideopool.c243 static void gst_vlc_video_pool_class_init( GstVlcVideoPoolClass *p_klass ) in gst_vlc_video_pool_class_init() argument
245 GObjectClass *p_gobject_class = ( GObjectClass* )p_klass; in gst_vlc_video_pool_class_init()
246 GstBufferPoolClass *p_gstbufferpool_class = ( GstBufferPoolClass* )p_klass; in gst_vlc_video_pool_class_init()
H A Dgstvlcpictureplaneallocator.c52 GstVlcPicturePlaneAllocatorClass *p_klass ) in gst_vlc_picture_plane_allocator_class_init() argument
57 p_gobject_class = (GObjectClass*) p_klass; in gst_vlc_picture_plane_allocator_class_init()
58 p_allocator_class = (GstAllocatorClass*) p_klass; in gst_vlc_picture_plane_allocator_class_init()