Searched refs:ebin (Results 1 – 4 of 4) sorted by relevance
| /third_party/gstreamer/gstplugins_base/tests/check/elements/ |
| D | encodebin.c | 146 set_profile (GstElement * ebin, GstEncodingProfile * prof) in set_profile() argument 148 g_object_set (ebin, "profile", prof, NULL); in set_profile() 156 GstElement *ebin; in GST_START_TEST() local 162 ebin = gst_element_factory_make ("encodebin", NULL); in GST_START_TEST() 166 g_object_set (ebin, "profile", prof, NULL); in GST_START_TEST() 169 g_object_get (ebin, "profile", &prof2, NULL); in GST_START_TEST() 176 gst_object_unref (ebin); in GST_START_TEST() 184 GstElement *ebin; in GST_START_TEST() local 191 ebin = gst_element_factory_make ("encodebin", NULL); in GST_START_TEST() 194 srcpad = gst_element_get_static_pad (ebin, "src"); in GST_START_TEST() [all …]
|
| /third_party/gstreamer/gstplugins_base/gst/encoding/ |
| D | gstencodebasebin.c | 140 GstEncodeBaseBin *ebin; member 247 gst_encode_base_bin_set_profile (GstEncodeBaseBin * ebin, 249 static void gst_encode_base_bin_tear_down_profile (GstEncodeBaseBin * ebin); 250 static gboolean gst_encode_base_bin_setup_profile (GstEncodeBaseBin * ebin, 253 static StreamGroup *_create_stream_group (GstEncodeBaseBin * ebin, 256 static void stream_group_remove (GstEncodeBaseBin * ebin, StreamGroup * sgroup); 257 static void stream_group_free (GstEncodeBaseBin * ebin, StreamGroup * sgroup); 263 static inline GstElement *_get_formatter (GstEncodeBaseBin * ebin, 265 static void _post_missing_plugin_message (GstEncodeBaseBin * ebin, 403 GstEncodeBaseBin *ebin = (GstEncodeBaseBin *) object; in gst_encode_base_bin_dispose() local [all …]
|
| /third_party/gstreamer/gstplugins_base/tests/examples/encoding/ |
| D | encoding.c | 278 GstElement *ebin; in transcode_file() local 308 ebin = gst_element_factory_make ("encodebin", NULL); in transcode_file() 309 g_object_set (ebin, "profile", prof, NULL); in transcode_file() 312 ebin); in transcode_file() 313 g_signal_connect (src, "pad-added", G_CALLBACK (pad_added_cb), ebin); in transcode_file() 317 gst_bin_add_many (GST_BIN (pipeline), src, ebin, sink, NULL); in transcode_file() 319 gst_element_link (ebin, sink); in transcode_file()
|
| /third_party/gstreamer/gstplugins_base/tests/validate/encodebin/ |
| D | set-encoder-properties.validatetest | 5 …"audiotestsrc num-buffers=4 ! encodebin name=ebin profile=\"vorbisenc|element-properties,managed=t… 11 set-properties, ebin::profile::element-properties=[
|