X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstelementfactory.h;h=bab9f20ab0dfe77882bb5e4e5f074295753d78d8;hb=133511040930ba119ee23cea936dd6a7210f08bb;hp=c66dd3096c991e67ccc520949d20ef0931c2da1e;hpb=e884980666846b4c329b0f61365b41545d162203;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstelementfactory.h b/gst/gstelementfactory.h index c66dd30..bab9f20 100644 --- a/gst/gstelementfactory.h +++ b/gst/gstelementfactory.h @@ -210,6 +210,17 @@ typedef guint64 GstElementFactoryListType; #define GST_ELEMENT_FACTORY_KLASS_MEDIA_SUBTITLE "Subtitle" #define GST_ELEMENT_FACTORY_KLASS_MEDIA_METADATA "Metadata" +/** + * GST_ELEMENT_FACTORY_KLASS_HARDWARE: + * + * Elements interacting with hardware devices should specify this classifier in + * their metadata. You may need to put the element in "READY" state to test if + * the hardware is present in the system. + * + * Since: 1.16 + */ +#define GST_ELEMENT_FACTORY_KLASS_HARDWARE "Hardware" + GST_API gboolean gst_element_factory_list_is_type (GstElementFactory *factory, GstElementFactoryListType type);