diff options
author | Edward Hervey <bilboed@bilboed.com> | 2006-03-14 17:24:03 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2006-03-14 17:24:03 +0000 |
commit | 6c47f36fced194474692b9c312e2831f5be4941d (patch) | |
tree | adceb9a3ce8910fb5766c9002a303a807146823f /ChangeLog | |
parent | aab9a093104fe3f6b9755ca41090f4b887e9d9c2 (diff) | |
download | gst-plugins-bad-6c47f36fced194474692b9c312e2831f5be4941d.tar.gz gst-plugins-bad-6c47f36fced194474692b9c312e2831f5be4941d.tar.bz2 gst-plugins-bad-6c47f36fced194474692b9c312e2831f5be4941d.zip |
sys/v4l2/gstv4l2src.c: Initialization of the debugging category should be as early as possible, moving it from _class...
Original commit message from CVS:
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
(gst_v4l2src_class_init):
Initialization of the debugging category should be as early as possible,
moving it from _class_init() to beginning of _base_init().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-03-14 Edward Hervey <edward@fluendo.com> + + * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init), + (gst_v4l2src_class_init): + Initialization of the debugging category should be as early as possible, + moving it from _class_init() to beginning of _base_init(). + 2006-03-13 Tim-Philipp Müller <tim at centricular dot net> * ext/taglib/gsttaglib.cc: |