Home
last modified time | relevance | path

Searched refs:playlist_location (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlssink2.c133 g_free (sink->playlist_location); in gst_hls_sink2_finalize()
345 sink->playlist_location = g_strdup (DEFAULT_PLAYLIST_LOCATION); in gst_hls_sink2_init()
397 sink->playlist_location, &stream); in gst_hls_sink2_write_playlist()
400 (("Got no output stream for playlist '%s'."), sink->playlist_location), in gst_hls_sink2_write_playlist()
624 g_free (sink->playlist_location); in gst_hls_sink2_set_property()
625 sink->playlist_location = g_value_dup_string (value); in gst_hls_sink2_set_property()
669 g_value_set_string (value, sink->playlist_location); in gst_hls_sink2_get_property()
Dgsthlssink.c110 g_free (sink->playlist_location); in gst_hls_sink_finalize()
192 sink->playlist_location = g_strdup (DEFAULT_PLAYLIST_LOCATION); in gst_hls_sink_init()
265 if (!g_file_set_contents (sink->playlist_location, in gst_hls_sink_write_playlist()
399 g_free (sink->playlist_location); in gst_hls_sink_set_property()
400 sink->playlist_location = g_value_dup_string (value); in gst_hls_sink_set_property()
438 g_value_set_string (value, sink->playlist_location); in gst_hls_sink_get_property()
Dgsthlssink.h47 gchar *playlist_location; member
Dgsthlssink2.h47 gchar *playlist_location; member