X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Felements%2Fgstfakesrc.h;h=a5251b85f32806965c4ab77eb186f51e74d4dd87;hb=c2f41a8906da4d2694eb111154283c6c9334b9de;hp=5214f0bb7c506583d6bf741d93ad777456e276da;hpb=007cff6d75995bda6ab24c9f7be7137686bc163d;p=platform%2Fupstream%2Fgstreamer.git diff --git a/plugins/elements/gstfakesrc.h b/plugins/elements/gstfakesrc.h index 5214f0b..a5251b8 100644 --- a/plugins/elements/gstfakesrc.h +++ b/plugins/elements/gstfakesrc.h @@ -76,13 +76,15 @@ typedef struct _GstFakeSrcClass GstFakeSrcClass; struct _GstFakeSrc { GstElement element; - gboolean loop_based; + gboolean has_loop; + gboolean has_getrange; gboolean eos; GstFakeSrcOutputType output; GstFakeSrcDataType data; GstFakeSrcSizeType sizetype; GstFakeSrcFillType filltype; + GstActivateMode pad_mode; guint sizemin; guint sizemax;