Searched refs:GstPsDemux (Results 1 – 2 of 2) sorted by relevance
141 static void gst_ps_demux_init (GstPsDemux * demux);142 static void gst_ps_demux_finalize (GstPsDemux * demux);143 static void gst_ps_demux_reset (GstPsDemux * demux);163 static inline gboolean gst_ps_demux_scan_forward_ts (GstPsDemux * demux,165 static inline gboolean gst_ps_demux_scan_backward_ts (GstPsDemux * demux,168 static inline void gst_ps_demux_send_gap_updates (GstPsDemux * demux,170 static inline void gst_ps_demux_clear_times (GstPsDemux * demux);172 static void gst_ps_demux_reset_psm (GstPsDemux * demux);173 static void gst_ps_demux_flush (GstPsDemux * demux);197 sizeof (GstPsDemux), in gst_ps_demux_get_type()[all …]
57 #define GST_PS_DEMUX(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_PS_DEMUX,GstPsDemux))64 typedef struct _GstPsDemux GstPsDemux; typedef