/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpptdemux.c | 79 request_pt_map (G_GNUC_UNUSED GstElement * demux, in request_pt_map() function 97 "request-pt-map", (GCallback) request_pt_map, (gpointer) sigcaps); in test_rtpptdemux_srccaps_from_signal_base()
|
D | rtpjitterbuffer.c | 415 request_pt_map (G_GNUC_UNUSED GstElement * jitterbuffer, guint pt) in request_pt_map() function 435 request_pt_map, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpptdemux.h | 50 GstCaps* (*request_pt_map) (GstRtpPtDemux *demux, guint pt); member
|
D | gstrtpjitterbuffer.h | 72 GstCaps* (*request_pt_map) (GstRtpJitterBuffer *buffer, guint pt); member
|
D | gstrtpsession.h | 65 GstCaps* (*request_pt_map) (GstRtpSession *sess, guint pt); member
|
D | gstrtpbin.h | 105 GstCaps* (*request_pt_map) (GstRtpBin *rtpbin, guint session, guint pt); member
|
D | gstrtpptdemux.c | 199 G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstRtpPtDemuxClass, request_pt_map), in gst_rtp_pt_demux_class_init()
|
D | gstrtpsession.c | 519 G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstRtpSessionClass, request_pt_map), in gst_rtp_session_class_init()
|
D | gstrtpjitterbuffer.c | 915 request_pt_map), NULL, NULL, NULL, GST_TYPE_CAPS, 1, G_TYPE_UINT); in gst_rtp_jitter_buffer_class_init()
|
D | gstrtpbin.c | 2077 G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstRtpBinClass, request_pt_map), in gst_rtp_bin_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtpdec.h | 72 GstCaps* (*request_pt_map) (GstRTPDec *rtpdec, guint session, guint pt); member
|
D | gstrtpdec.c | 235 G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstRTPDecClass, request_pt_map), NULL, in gst_rtp_dec_class_init()
|
D | gstrtspsrc.c | 3569 request_pt_map (GstElement * manager, guint session, guint pt, GstRTSPSrc * src) in request_pt_map() function 4102 (GCallback) request_pt_map, src); in gst_rtspsrc_stream_configure_manager()
|
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/ |
D | client-rtpaux.c | 162 request_pt_map (GstElement * rtpbin, guint session, guint pt, in request_pt_map() function 317 g_signal_connect_data (rtpBin, "request-pt-map", G_CALLBACK (request_pt_map), in join_session()
|
/third_party/gstreamer/gstplugins_bad/gst/sdp/ |
D | gstsdpdemux.c | 612 request_pt_map (GstElement * sess, guint session, guint pt, GstSDPDemux * demux) in request_pt_map() function 732 (GCallback) request_pt_map, demux); in gst_sdp_demux_configure_manager()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 130663 gst/rtsp/gstrtspsrc.c: Ref caps as the return value for the request_pt_map signal. 130665 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map), 130667 Ref caps as the return value for the request_pt_map signal. 135106 (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos), 135753 (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc), 138384 (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map), 138790 (gst_rtspsrc_stream_free), (request_pt_map), 138915 * gst/rtsp/gstrtspsrc.c: (request_pt_map), 139008 (new_session_pad), (request_pt_map),
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 213388 * gst/sdp/gstsdpdemux.c: (request_pt_map): 219762 (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
|