Cisco Cisco Jabber Voice for Android Licensing Information

Page of 304
             Open Source Used In Cisco Jabber for Android 11.8 Licensing Information 11.8
                                           104
 (gst_capsfilter_get_type())
#define GST_CAPSFILTER(obj) \
 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_CAPSFILTER,GstCapsFilter))
#define GST_CAPSFILTER_CLASS(klass) \
 (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_CAPSFILTER,GstCapsFilterClass))
#define GST_IS_CAPSFILTER(obj) \
 (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_CAPSFILTER))
#define GST_IS_CAPSFILTER_CLASS(klass) \
 (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_CAPSFILTER))
 
typedef struct _GstCapsFilter GstCapsFilter;
typedef struct _GstCapsFilterClass GstCapsFilterClass;
 
/**
* GstCapsFilter:
*
* The opaque #GstCapsFilter data structure.
*/
struct _GstCapsFilter {
 GstBaseTransform trans;
 
 GstCaps *filter_caps;
};
 
struct _GstCapsFilterClass {
 GstBaseTransformClass trans_class;
};
 
GType gst_capsfilter_get_type (void);
 
G_END_DECLS
 
#endif /* __GST_CAPSFILTER_H__ */
 
1.13 gstreamer-plugins-bad 0.10.22.1 
1.13.1 Available under license : 
    GNU GENERAL PUBLIC LICENSE
       Version 2, June 1991
 
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
                      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
 
    Preamble