Searched refs:collect_pad (Results 1 – 5 of 5) sorted by relevance
592 gst_matroska_pad_reset (GstMatroskaPad * collect_pad, gboolean full) in gst_matroska_pad_reset() argument598 if (collect_pad->track != NULL) { in gst_matroska_pad_reset()600 name = collect_pad->track->name; in gst_matroska_pad_reset()601 type = collect_pad->track->type; in gst_matroska_pad_reset()605 (GstMatroskaTrackVideoContext *) collect_pad->track; in gst_matroska_pad_reset()612 g_free (collect_pad->track->codec_id); in gst_matroska_pad_reset()613 g_free (collect_pad->track->codec_name); in gst_matroska_pad_reset()615 g_free (collect_pad->track->name); in gst_matroska_pad_reset()616 g_free (collect_pad->track->language); in gst_matroska_pad_reset()617 g_free (collect_pad->track->codec_priv); in gst_matroska_pad_reset()[all …]
406 GstFFMpegMuxPad *collect_pad; in gst_ffmpegmux_request_new_pad() local434 collect_pad = (GstFFMpegMuxPad *) in gst_ffmpegmux_request_new_pad()437 collect_pad->padnum = ffmpegmux->context->nb_streams; in gst_ffmpegmux_request_new_pad()448 st->id = collect_pad->padnum; in gst_ffmpegmux_request_new_pad()476 GstFFMpegMuxPad *collect_pad; in gst_ffmpegmux_setcaps() local480 collect_pad = (GstFFMpegMuxPad *) gst_pad_get_element_private (pad); in gst_ffmpegmux_setcaps()482 st = ffmpegmux->context->streams[collect_pad->padnum]; in gst_ffmpegmux_setcaps()566 GstFFMpegMuxPad *collect_pad = (GstFFMpegMuxPad *) collected->data; in gst_ffmpegmux_collected() local567 AVStream *st = ffmpegmux->context->streams[collect_pad->padnum]; in gst_ffmpegmux_collected()572 ("no caps set on stream %d (%s)", collect_pad->padnum, in gst_ffmpegmux_collected()[all …]
399 GstAviCollectData *collect_pad; in gst_avi_mux_vidsink_set_caps() local412 collect_pad = (GstAviCollectData *) gst_pad_get_element_private (pad); in gst_avi_mux_vidsink_set_caps()413 g_assert (collect_pad); in gst_avi_mux_vidsink_set_caps()414 avipad = (GstAviVideoPad *) collect_pad->avipad; in gst_avi_mux_vidsink_set_caps()821 GstAviCollectData *collect_pad; in gst_avi_mux_audsink_set_caps() local830 collect_pad = (GstAviCollectData *) gst_pad_get_element_private (pad); in gst_avi_mux_audsink_set_caps()831 g_assert (collect_pad); in gst_avi_mux_audsink_set_caps()832 avipad = (GstAviAudioPad *) collect_pad->avipad; in gst_avi_mux_audsink_set_caps()2021 GstAviCollectData *collect_pad; in gst_avi_mux_handle_event() local2027 collect_pad = (GstAviCollectData *) data; in gst_avi_mux_handle_event()[all …]
2282 GstAsfPad *collect_pad; in gst_asf_mux_request_new_pad() local2334 collect_pad = (GstAsfPad *) in gst_asf_mux_request_new_pad()2339 collect_pad->is_audio = is_audio; in gst_asf_mux_request_new_pad()2341 ((GstAsfVideoPad *) collect_pad)->simple_index = NULL; in gst_asf_mux_request_new_pad()2342 collect_pad->taglist = NULL; in gst_asf_mux_request_new_pad()2343 gst_asf_mux_pad_reset (collect_pad); in gst_asf_mux_request_new_pad()2347 collect_pad->stream_number = asfmux->stream_number; in gst_asf_mux_request_new_pad()
26813 As a side effect, the collect_pad() function was not able to poke at the26853 As a side effect, the collect_pad() function was not able to poke at the