Searched refs:temp_location (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/ |
D | gstgdkanimation.c | 98 if (ani->temp_location) { in gst_gdk_animation_finalize() 99 remove (ani->temp_location); in gst_gdk_animation_finalize() 100 g_free (ani->temp_location); in gst_gdk_animation_finalize() 289 if (iter->ani->temp_location) { in gst_gdk_animation_iter_create_pipeline() 290 g_object_set (src, "location", iter->ani->temp_location, NULL); in gst_gdk_animation_iter_create_pipeline() 291 GST_INFO_OBJECT (iter, "using file '%s'", iter->ani->temp_location); in gst_gdk_animation_iter_create_pipeline() 348 if (iter->ani->temp_fd == 0 || iter->ani->temp_location == NULL) in gst_gdk_animation_iter_may_advance() 445 if (ani->temp_fd != 0 && ani->temp_location != NULL && in gst_gdk_animation_get_iter()
|
D | gstgdkanimation.h | 54 gchar * temp_location; member
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstdownloadbuffer.h | 108 gchar *temp_location; member
|
D | gstdownloadbuffer.c | 334 dlbuf->temp_location = NULL; in gst_download_buffer_init() 351 g_free (dlbuf->temp_location); in gst_download_buffer_finalize() 910 g_free (dlbuf->temp_location); in gst_download_buffer_open_temp_location_file() 911 dlbuf->temp_location = name; in gst_download_buffer_open_temp_location_file() 972 if (remove (dlbuf->temp_location) < 0) { in gst_download_buffer_close_temp_location_file() 974 dlbuf->temp_location, g_strerror (errno)); in gst_download_buffer_close_temp_location_file() 1299 "location", G_TYPE_STRING, dlbuf->temp_location, NULL)); in gst_download_buffer_chain() 1962 g_value_set_string (value, dlbuf->temp_location); in gst_download_buffer_get_property()
|
D | gstqueue2.h | 150 gchar *temp_location; member
|
D | gstqueue2.c | 560 queue->temp_location = NULL; in gst_queue2_init() 598 g_free (queue->temp_location); in gst_queue2_finalize() 1809 g_free (queue->temp_location); in gst_queue2_open_temp_location_file() 1810 queue->temp_location = name; in gst_queue2_open_temp_location_file() 1867 if (remove (queue->temp_location) < 0) { in gst_queue2_close_temp_location_file() 1869 queue->temp_location, g_strerror (errno)); in gst_queue2_close_temp_location_file() 1885 queue->temp_file = g_freopen (queue->temp_location, "wb+", queue->temp_file); in gst_queue2_flush_temp_file() 4071 g_value_set_string (value, queue->temp_location); in gst_queue2_get_property()
|