Searched refs:ps_data (Results 1 – 2 of 2) sorted by relevance
219 mpegpsmux_create_stream (MpegPsMux * mux, MpegPsPadData * ps_data, GstPad * pad) in mpegpsmux_create_stream() argument238 ps_data->stream = psmux_create_stream (mux->psmux, PSMUX_ST_VIDEO_DIRAC); in mpegpsmux_create_stream()242 ps_data->stream = psmux_create_stream (mux->psmux, PSMUX_ST_PS_AUDIO_AC3); in mpegpsmux_create_stream()245 ps_data->stream = psmux_create_stream (mux->psmux, PSMUX_ST_PS_AUDIO_DTS); in mpegpsmux_create_stream()248 ps_data->stream = psmux_create_stream (mux->psmux, PSMUX_ST_PS_AUDIO_LPCM); in mpegpsmux_create_stream()255 ps_data->codec_data = gst_buffer_ref (gst_value_get_buffer (value)); in mpegpsmux_create_stream()257 gst_buffer_get_size (ps_data->codec_data)); in mpegpsmux_create_stream()258 ps_data->prepare_func = mpegpsmux_prepare_h264; in mpegpsmux_create_stream()260 ps_data->codec_data = NULL; in mpegpsmux_create_stream()262 ps_data->stream = psmux_create_stream (mux->psmux, PSMUX_ST_VIDEO_H264); in mpegpsmux_create_stream()[all …]
1306 struct ps_data { struct1624 struct ps_data ps;