Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacdec.c606 gboolean caps_changed; in gst_flac_dec_write() local
654 caps_changed = (sample_rate != GST_AUDIO_INFO_RATE (&flacdec->info)) in gst_flac_dec_write()
659 if (caps_changed in gst_flac_dec_write()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.c1628 gboolean caps_changed = TRUE; in gst_app_src_create() local
1631 caps_changed = !gst_caps_is_equal (next_caps, priv->current_caps); in gst_app_src_create()
1633 caps_changed = (next_caps != priv->current_caps); in gst_app_src_create()
1641 if (caps_changed) in gst_app_src_create()
1833 gboolean caps_changed; in gst_app_src_set_caps() local
1843 caps_changed = !gst_caps_is_equal (caps, priv->last_caps); in gst_app_src_set_caps()
1845 caps_changed = (caps != priv->last_caps); in gst_app_src_set_caps()
1847 if (caps_changed) { in gst_app_src_set_caps()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosrc.cpp1196 gboolean caps_changed = FALSE; in gst_decklink_video_src_create() local
1280 caps_changed = TRUE; in gst_decklink_video_src_create()
1323 caps_changed = TRUE; in gst_decklink_video_src_create()
1340 caps_changed = TRUE; in gst_decklink_video_src_create()
1379 if (caps_changed) { in gst_decklink_video_src_create()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpbin.c3860 caps_changed (GstPad * pad, GParamSpec * pspec, GstRtpBinSession * session) in caps_changed() function
4018 (GCallback) caps_changed, session); in complete_session_sink()
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer4681 to *before* the caps_changed signal gstautoplugcache.c: added
4936 * gst/: gstpad.c, gstpad.h: added the caps_changed signals, changed
/third_party/gstreamer/gstplugins_good/
DChangeLog113325 (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
/third_party/gstreamer/gstplugins_bad/
DChangeLog220584 (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),