• Home
  • Raw
  • Download

Lines Matching refs:pulling

204   ogg_mux->pulling = NULL;  in gst_ogg_mux_clear()
1698 ogg_mux->pulling ? ogg_mux->pulling->collect.pad : NULL); in gst_ogg_mux_process_best_pad()
1700 if (ogg_mux->pulling) { in gst_ogg_mux_process_best_pad()
1702 &ogg_mux->pulling->collect); in gst_ogg_mux_process_best_pad()
1704 ogg_mux->pulling->eos = FALSE; in gst_ogg_mux_process_best_pad()
1706 } else if (!ogg_mux->pulling->map.is_sparse) { in gst_ogg_mux_process_best_pad()
1707 GST_DEBUG_OBJECT (ogg_mux->pulling->collect.pad, "setting eos to true"); in gst_ogg_mux_process_best_pad()
1708 ogg_mux->pulling->eos = TRUE; in gst_ogg_mux_process_best_pad()
1714 if (best && best != ogg_mux->pulling) { in gst_ogg_mux_process_best_pad()
1728 if (ogg_mux->pulling && best && in gst_ogg_mux_process_best_pad()
1729 ogg_mux->pulling != best && ogg_mux->pulling->buffer) { in gst_ogg_mux_process_best_pad()
1730 GstOggPadData *pad = ogg_mux->pulling; in gst_ogg_mux_process_best_pad()
1746 ogg_mux->pulling->timestamp_end = GST_BUFFER_TIMESTAMP (pad->buffer); in gst_ogg_mux_process_best_pad()
1756 ogg_mux->pulling = NULL; in gst_ogg_mux_process_best_pad()
1761 if (ogg_mux->pulling == NULL) { in gst_ogg_mux_process_best_pad()
1762 ogg_mux->pulling = best; in gst_ogg_mux_process_best_pad()
1763 GST_LOG_OBJECT (ogg_mux->pulling->collect.pad, "pulling from best pad"); in gst_ogg_mux_process_best_pad()
1766 if (ogg_mux->pulling != NULL) { in gst_ogg_mux_process_best_pad()
1767 ogg_mux->next_ts = GST_BUFFER_TIMESTAMP (ogg_mux->pulling->buffer); in gst_ogg_mux_process_best_pad()
1768 GST_LOG_OBJECT (ogg_mux->pulling->collect.pad, "updated times, next ts %" in gst_ogg_mux_process_best_pad()
1785 if (ogg_mux->pulling != NULL) { in gst_ogg_mux_process_best_pad()
1789 GstOggPadData *pad = ogg_mux->pulling; in gst_ogg_mux_process_best_pad()
1794 GST_LOG_OBJECT (ogg_mux->pulling->collect.pad, "pulling from pad"); in gst_ogg_mux_process_best_pad()
1800 ogg_mux->pulling = NULL; in gst_ogg_mux_process_best_pad()
1809 if (ogg_mux->pulling->timestamp == GST_CLOCK_TIME_NONE) { in gst_ogg_mux_process_best_pad()
1810 ogg_mux->pulling->timestamp = GST_BUFFER_TIMESTAMP (buf); in gst_ogg_mux_process_best_pad()
1811 GST_LOG_OBJECT (ogg_mux->pulling->collect.pad, in gst_ogg_mux_process_best_pad()
1830 packet.e_o_s = ogg_mux->pulling->eos ? 1 : 0; in gst_ogg_mux_process_best_pad()
1864 ogg_mux->pulling->timestamp_end = GST_BUFFER_TIMESTAMP (pad->buffer); in gst_ogg_mux_process_best_pad()
1987 ogg_mux->pulling = NULL; in gst_ogg_mux_process_best_pad()