/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gsturidecodebin3.c | 218 gchar *suburi; member 662 dec->suburi = DEFAULT_PROP_SUBURI; in gst_uri_decode_bin3_init() 698 g_free (dec->suburi); in gst_uri_decode_bin3_finalize() 888 if (dec->suburi) in gst_uri_decode_bin3_set_property() 889 g_free (dec->suburi); in gst_uri_decode_bin3_set_property() 890 dec->suburi = g_value_dup_string (value); in gst_uri_decode_bin3_set_property() 948 g_value_set_string (value, dec->suburi); in gst_uri_decode_bin3_get_property() 1039 new_play_item (GstURIDecodeBin3 * dec, gchar * uri, gchar * suburi) in new_play_item() argument 1045 if (suburi) in new_play_item() 1046 item->sub_item = new_source_item (dec, item, suburi); in new_play_item() [all …]
|
D | gstplaybin2.c | 305 gchar *suburi; member 1512 g_free (group->suburi); in free_group() 1817 gst_play_bin_set_suburi (GstPlayBin * playbin, const gchar * suburi) in gst_play_bin_set_suburi() argument 1825 g_free (group->suburi); in gst_play_bin_set_suburi() 1826 group->suburi = g_strdup (suburi); in gst_play_bin_set_suburi() 1829 GST_DEBUG ("setting new .sub uri to %s", suburi); in gst_play_bin_set_suburi() 2751 g_value_set_string (value, group->suburi); in gst_play_bin_get_property() 2761 g_value_set_string (value, group->suburi); in gst_play_bin_get_property() 3201 g_free (group->suburi); in gst_play_bin_handle_message() 3202 group->suburi = NULL; in gst_play_bin_handle_message() [all …]
|
D | gstplaybin3.c | 349 gchar *suburi; member 1189 GST_DEBUG (" suburi:%s", group->suburi); \ 1213 g_free (group->suburi); in free_group() 1510 gst_play_bin3_set_suburi (GstPlayBin3 * playbin, const gchar * suburi) in gst_play_bin3_set_suburi() argument 1518 g_free (group->suburi); in gst_play_bin3_set_suburi() 1519 group->suburi = g_strdup (suburi); in gst_play_bin3_set_suburi() 1522 GST_DEBUG ("setting new .sub uri to %s", suburi); in gst_play_bin3_set_suburi() 1946 g_value_set_string (value, group->suburi); in gst_play_bin3_get_property() 1956 g_value_set_string (value, group->suburi); in gst_play_bin3_get_property() 4599 if (group->suburi) in activate_group() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | play.c | 927 gchar *suburi; in test_play_error_invalid_external_suburi_cb() local 929 suburi = gst_filename_to_uri (TEST_PATH "/foo.srt", NULL); in test_play_error_invalid_external_suburi_cb() 930 fail_unless (suburi != NULL); in test_play_error_invalid_external_suburi_cb() 934 gst_play_set_subtitle_uri (player, suburi); in test_play_error_invalid_external_suburi_cb() 935 g_free (suburi); in test_play_error_invalid_external_suburi_cb() 994 gchar *suburi; in test_play_external_suburi_cb() local 996 suburi = gst_filename_to_uri (TEST_PATH "/test_sub.srt", NULL); in test_play_external_suburi_cb() 997 fail_unless (suburi != NULL); in test_play_external_suburi_cb() 999 gst_play_set_subtitle_uri (player, suburi); in test_play_external_suburi_cb() 1000 g_free (suburi); in test_play_external_suburi_cb() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.c | 148 gchar *suburi; member 479 g_free (self->suburi); in gst_play_finalize() 555 GST_STR_NULL (self->suburi)); in gst_play_set_suburi_internal() 557 g_object_set (self->playbin, "suburi", self->suburi, NULL); in gst_play_set_suburi_internal() 624 g_free (self->suburi); in gst_play_set_property() 625 self->suburi = NULL; in gst_play_set_property() 637 g_free (self->suburi); in gst_play_set_property() 639 self->suburi = g_value_dup_string (value); in gst_play_set_property() 640 GST_DEBUG_OBJECT (self, "Set suburi=%s", self->suburi); in gst_play_set_property() 700 g_value_set_string (value, self->suburi); in gst_play_get_property() [all …]
|
/third_party/openssl/apps/ |
D | storeutl.c | 422 const char *suburi = OSSL_STORE_INFO_get0_NAME(info); in process() local 423 ret += process(suburi, uimeth, uidata, in process()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/ |
D | gstplayer.c | 771 gst_player_set_subtitle_uri (GstPlayer * self, const gchar * suburi) in gst_player_set_subtitle_uri() argument 775 g_object_set (self, "suburi", suburi, NULL); in gst_player_set_subtitle_uri()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 1154 dumps uridecodebin3 properties, but current uri and suburi might be 9337 uridecodebin3: Activate suburi playback item 9338 The suburi playback item has to be activated after the main playback item so 19330 uri and suburi should be free'd 21706 is about to finish, allowing the users to set the next uri/suburi. 21758 accepts a suburi and uses urisourcebin and decodebin3 internally 57341 playbin: Reset suburi also when receiving an error message from the sub uridecodebin 57347 playbin: free group->suburi on failure 57349 then free internal suburi variable so that 'current-suburi' property 80393 Fixes blocking issue when using playbin suburi feature [all …]
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 1205 cache, clean up subtitle, add suburi property instead of # hack,
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 3376 cache, clean up subtitle, add suburi property instead of # hack,
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 62094 gst_player_set_uri_internal shouldn't free suburi which maybe set 72937 player: fix suburi getter debug message
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 47071 Fixes crash with gst-launch-1.0 uridecodebin uri=... suburi=... ! ..
|