Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkpixbufsink.c178 sink->post_messages = DEFAULT_POST_MESSAGES; in gst_gdk_pixbuf_sink_init()
320 do_post = sink->post_messages; in gst_gdk_pixbuf_sink_handle_buffer()
398 sink->post_messages = g_value_get_boolean (value); in gst_gdk_pixbuf_sink_set_property()
418 g_value_set_boolean (value, sink->post_messages); in gst_gdk_pixbuf_sink_get_property()
Dgstgdkpixbufsink.h53 gboolean post_messages; member
/third_party/gstreamer/gstplugins_bad/ext/gs/
Dgstgssink.cpp131 gboolean post_messages; member
359 sink->post_messages = DEFAULT_POST_MESSAGES; in gst_gs_sink_init()
461 sink->post_messages = g_value_get_boolean(value); in gst_gs_sink_set_property()
515 g_value_set_boolean(value, sink->post_messages); in gst_gs_sink_get_property()
593 if (!sink->post_messages) in gst_gs_sink_post_message_full()
617 if (!sink->post_messages) in gst_gs_sink_post_message_from_time()
643 if (!sink->post_messages) in gst_gs_sink_post_message()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstmultifilesink.c305 multifilesink->post_messages = DEFAULT_POST_MESSAGES; in gst_multi_file_sink_init()
355 sink->post_messages = g_value_get_boolean (value); in gst_multi_file_sink_set_property()
395 g_value_set_boolean (value, sink->post_messages); in gst_multi_file_sink_get_property()
485 if (!multifilesink->post_messages) in gst_multi_file_sink_post_message_full()
511 if (!multifilesink->post_messages) in gst_multi_file_sink_post_message_from_time()
537 if (!multifilesink->post_messages) in gst_multi_file_sink_post_message()
Dgstmultifilesink.h85 gboolean post_messages; member
/third_party/gstreamer/gstplugins_good/gst/level/
Dgstlevel.h60 gboolean post_messages; /* whether or not to post messages */ member
Dgstlevel.c231 filter->post_messages = TRUE; in gst_level_init()
273 filter->post_messages = g_value_get_boolean (value); in gst_level_set_property()
314 g_value_set_boolean (value, filter->post_messages); in gst_level_get_property()
754 if (filter->post_messages) { in gst_level_post_message()
/third_party/gstreamer/gstplugins_good/gst/spectrum/
Dgstspectrum.h58 gboolean post_messages; /* whether or not to post messages */ member
Dgstspectrum.c195 spectrum->post_messages = DEFAULT_POST_MESSAGES; in gst_spectrum_init()
295 filter->post_messages = g_value_get_boolean (value); in gst_spectrum_set_property()
350 g_value_set_boolean (value, filter->post_messages); in gst_spectrum_get_property()
918 if (spectrum->post_messages) { in gst_spectrum_transform_ip()
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgsttimecodestamper.h83 gboolean post_messages; member
Dgsttimecodestamper.c355 timecodestamper->post_messages = DEFAULT_POST_MESSAGES; in gst_timecodestamper_init()
523 timecodestamper->post_messages = g_value_get_boolean (value); in gst_timecodestamper_set_property()
592 g_value_set_boolean (value, timecodestamper->post_messages); in gst_timecodestamper_get_property()
1608 if (timecodestamper->post_messages && tc) { in gst_timecodestamper_transform_ip()