~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gst/gsttypefind.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
/**
37
37
 * GstTypeFindFunction:
38
38
 * @find: A #GstTypeFind structure
39
 
 * @data: optionnal data to pass to the function
 
39
 * @user_data: optionnal data to pass to the function
40
40
 *
41
41
 * A function that will be called by typefinding.
42
42
 */
43
 
typedef void (* GstTypeFindFunction) (GstTypeFind *find, gpointer data);
 
43
typedef void (* GstTypeFindFunction) (GstTypeFind *find, gpointer user_data);
44
44
 
45
45
/**
46
46
 * GstTypeFindProbability:
47
 
 * @GST_TYPE_FIND_NONE: type undetected. Since 0.10.36.
 
47
 * @GST_TYPE_FIND_NONE: type undetected.
48
48
 * @GST_TYPE_FIND_MINIMUM: unlikely typefind.
49
49
 * @GST_TYPE_FIND_POSSIBLE: possible type detected.
50
50
 * @GST_TYPE_FIND_LIKELY: likely a type was detected.