gsttypefindhelper.h   gsttypefindhelper.h 
skipping to change at line 67 skipping to change at line 67
typedef GstFlowReturn (*GstTypeFindHelperGetRangeFunction) (GstObject *obj , typedef GstFlowReturn (*GstTypeFindHelperGetRangeFunction) (GstObject *obj ,
guint64 off set, guint64 off set,
guint len gth, guint len gth,
GstBuffer **buf fer); GstBuffer **buf fer);
GstCaps * gst_type_find_helper_get_range (GstObject * obj, GstCaps * gst_type_find_helper_get_range (GstObject * obj,
GstTypeFindHelperGetRangeFunction func, GstTypeFindHelperGetRangeFunction func,
guint64 size, guint64 size,
GstTypeFindProbability *prob); GstTypeFindProbability *prob);
GstCaps * gst_type_find_helper_get_range_ext (GstObject
* obj,
GstTypeFindHelperGetRangeFunc
tion func,
guint64
size,
const gchar
*extension,
GstTypeFindProbability
*prob);
G_END_DECLS G_END_DECLS
#endif /* __GST_TYPEFINDHELPER_H__ */ #endif /* __GST_TYPEFINDHELPER_H__ */
 End of changes. 1 change blocks. 
0 lines changed or deleted 11 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/