Searched refs:GstEncodeBaseBin (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebasebin.c | 140 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 …]
|
D | gstencodebasebin.h | 35 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)
|
D | gstencodebin.c | 91 GstEncodeBaseBin parent; 120 GstEncodeBaseBin *encode_base_bin = (GstEncodeBaseBin *) (encode_bin); in gst_encode_bin_init()
|
D | gstencodebin.h | 26 G_DECLARE_FINAL_TYPE (GstEncodeBin, gst_encode_bin, GST, ENCODE_BIN, GstEncodeBaseBin);
|
D | gstencodebin2.h | 25 G_DECLARE_FINAL_TYPE (GstEncodeBin2, gst_encode_bin2, GST, ENCODE_BIN2, GstEncodeBaseBin);
|
D | gstencodebin2.c | 58 GstEncodeBaseBin parent;
|