Home
last modified time | relevance | path

Searched refs:GstEncodeBaseBin (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c140 GstEncodeBaseBin *ebin;
231 G_DEFINE_TYPE (GstEncodeBaseBin, gst_encode_base_bin, GST_TYPE_BIN);
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);
258 static GstPad *gst_encode_base_bin_request_pad_signal (GstEncodeBaseBin *
260 static GstPad *gst_encode_base_bin_request_profile_pad_signal (GstEncodeBaseBin
[all …]
Dgstencodebasebin.h35 typedef struct _GstEncodeBaseBin GstEncodeBaseBin; typedef
89 GstPad *(*request_pad) (GstEncodeBaseBin * encodebin, GstCaps * caps);
90 GstPad *(*request_profile_pad) (GstEncodeBaseBin * encodebin,
95 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstEncodeBaseBin, gst_object_unref)
Dgstencodebin.c91 GstEncodeBaseBin parent;
120 GstEncodeBaseBin *encode_base_bin = (GstEncodeBaseBin *) (encode_bin); in gst_encode_bin_init()
Dgstencodebin.h26 G_DECLARE_FINAL_TYPE (GstEncodeBin, gst_encode_bin, GST, ENCODE_BIN, GstEncodeBaseBin);
Dgstencodebin2.h25 G_DECLARE_FINAL_TYPE (GstEncodeBin2, gst_encode_bin2, GST, ENCODE_BIN2, GstEncodeBaseBin);
Dgstencodebin2.c58 GstEncodeBaseBin parent;