Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstpad.c200 static GParamSpec *pspec_caps = NULL; variable
360 pspec_caps = g_param_spec_boxed ("caps", "Caps", in gst_pad_class_init()
363 g_object_class_install_property (gobject_class, PAD_PROP_CAPS, pspec_caps); in gst_pad_class_init()
459 g_object_notify_by_pspec ((GObject *) pad, pspec_caps); in remove_events()
5364 g_object_notify_by_pspec ((GObject *) pad, pspec_caps); in store_sticky_event()