Searched refs:encodebin (Results 1 – 1 of 1) sorted by relevance
1049 GstElement* encodebin; member in CvVideoWriter_GStreamer1066 encodebin = NULL; in init()1237 encodebin = gst_parse_launch(filename, &err); in open()1238 manualpipeline = (encodebin != NULL); in open()1243 it = gst_bin_iterate_sources(GST_BIN(encodebin)); in open()1249 it = gst_bin_iterate_sources (GST_BIN(encodebin)); in open()1283 pipeline = encodebin; in open()1323 encodebin = gst_element_factory_make("encodebin", NULL); in open()1326 g_object_set(G_OBJECT(encodebin), "profile", containerprofile, NULL); in open()1394 gst_bin_add_many(GST_BIN(pipeline), source, encodebin, file, NULL); in open()[all …]