Lines Matching refs:hbufs
1427 GList *hbufs, *hwalk; in gst_ogg_mux_send_headers() local
1433 hbufs = NULL; in gst_ogg_mux_send_headers()
1529 hbufs = g_list_prepend (hbufs, hbuf); in gst_ogg_mux_send_headers()
1531 hbufs = g_list_append (hbufs, hbuf); in gst_ogg_mux_send_headers()
1545 hbufs = g_list_append (hbufs, hbuf); in gst_ogg_mux_send_headers()
1596 hbufs = g_list_append (hbufs, hbuf); in gst_ogg_mux_send_headers()
1605 hbufs = g_list_append (hbufs, hbuf); in gst_ogg_mux_send_headers()
1617 hbufs = g_list_append (hbufs, hbuf); in gst_ogg_mux_send_headers()
1622 hbufs = g_list_append (hbufs, hbuf); in gst_ogg_mux_send_headers()
1641 caps = gst_ogg_mux_set_header_on_caps (caps, hbufs); in gst_ogg_mux_send_headers()
1653 while (hbufs != NULL) { in gst_ogg_mux_send_headers()
1654 GstBuffer *buf = GST_BUFFER (hbufs->data); in gst_ogg_mux_send_headers()
1656 hbufs = g_list_delete_link (hbufs, hbufs); in gst_ogg_mux_send_headers()
1662 g_list_foreach (hbufs, (GFunc) gst_mini_object_unref, NULL); in gst_ogg_mux_send_headers()
1663 g_list_free (hbufs); in gst_ogg_mux_send_headers()