diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-07-14 09:35:11 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-07-14 09:35:11 +0000 |
commit | d143d256a6fa3fcd0643998dcd16dada8738c0c5 (patch) | |
tree | 83ae9af765cc4beb9caf034ef951b91019c189a7 /sys | |
parent | 5852e82a0411e1497f9c824958995190b08e58d0 (diff) |
more autistic cleanliness in functions/names/defines
Original commit message from CVS:
more autistic cleanliness in functions/names/defines
Diffstat (limited to 'sys')
-rw-r--r-- | sys/v4l/gstv4lelement.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l/gstv4lelement.c b/sys/v4l/gstv4lelement.c index 647e05eb..1a5d96db 100644 --- a/sys/v4l/gstv4lelement.c +++ b/sys/v4l/gstv4lelement.c @@ -52,7 +52,7 @@ enum static void gst_v4lelement_init_interfaces (GType type); GST_BOILERPLATE_FULL (GstV4lElement, gst_v4lelement, GstPushSrc, - GST_TYPE_PUSHSRC, gst_v4lelement_init_interfaces) + GST_TYPE_PUSH_SRC, gst_v4lelement_init_interfaces) static void gst_v4lelement_dispose (GObject * object); |