Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/segmentclip/
Dgstsegmentclip.c48 static void gst_segment_clip_class_init (GstSegmentClipClass * klass);
50 GstSegmentClipClass * g_class);
65 "GstSegmentClip", sizeof (GstSegmentClipClass), in gst_segment_clip_get_type()
75 gst_segment_clip_class_init (GstSegmentClipClass * klass) in gst_segment_clip_class_init()
91 gst_segment_clip_init (GstSegmentClip * self, GstSegmentClipClass * g_class) in gst_segment_clip_init()
125 GstSegmentClipClass *klass = GST_SEGMENT_CLIP_GET_CLASS (self); in gst_segment_clip_reset()
137 GstSegmentClipClass *klass = GST_SEGMENT_CLIP_GET_CLASS (self); in gst_segment_clip_sink_setcaps()
201 GstSegmentClipClass *klass = GST_SEGMENT_CLIP_GET_CLASS (self); in gst_segment_clip_sink_chain()
Dgstsegmentclip.h32 (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_SEGMENT_CLIP,GstSegmentClipClass))
33 …T_CLIP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),GST_TYPE_SEGMENT_CLIP,GstSegmentClipClass))
40 typedef struct _GstSegmentClipClass GstSegmentClipClass; typedef
Dgstvideosegmentclip.h53 GstSegmentClipClass parent_class;
Dgstaudiosegmentclip.h54 GstSegmentClipClass parent_class;
Dgstvideosegmentclip.c55 GstSegmentClipClass *segment_clip_klass = GST_SEGMENT_CLIP_CLASS (klass); in gst_video_segment_clip_class_init()
Dgstaudiosegmentclip.c55 GstSegmentClipClass *segment_clip_klass = GST_SEGMENT_CLIP_CLASS (klass); in gst_audio_segment_clip_class_init()