• Home
  • Raw
  • Download

Lines Matching refs:basesink

5389 	  basesink default.
30018 gl: move basesink properties from glimagesinkbin to glsinkbin
36002 This should fix QoS problems, where basesink believed it was rendering with
54732 If the flush-start is arrived during _eos_wait() in basesink,
54737 of the following state changing from PAUSED to PLAYING in basesink.
62220 Don't call the basesink wait_event implementation until we're sure
80877 update for basesink change
83496 audiobasesink: fix for basesink API change
92936 update for basesink event handler changes
100865 baseaudiosink: use new basesink query vmethod
121390 of overriding basesink's preroll and render vfuncs directly.
121404 Add ::show_frame() vfunc which maps to basesink's ::preroll and ::render
124121 Remove the discont-when-clipping hack now that basesink provides us with
124136 Add stepping example in PLAYING, audio is a bit distorted because basesink does
130117 Use new basesink _do_preroll() method to preroll in the pulling thread.
131837 Take ts-offset and render-delay of the basesink into account when
138330 …gst-libs/gst/audio/gstbaseaudiosink.c: Use new basesink method to make our EOS drain interruptable.
138334 Use new basesink method to make our EOS drain interruptable.
143781 (gst_base_audio_sink_callback): Update basesink->offset so that we
144604 to baseaudiosink, and tell basesink that we can work in pull mode.
147284 Do not use gst_buffer_make_writable() in a basesink render method,
148360 ext/alsa/gstalsasink.c: basesink calculates silence sample correctly for us.
148363 basesink calculates silence sample correctly for us.
148464 Fix latency and buffer-time constants and properties ala basesink.
152470 Use new basesink methods to configure max-lateness.