openjpeg: Fix names of debug categories

This commit is contained in:
Sebastian Dröge 2013-11-23 11:35:35 +01:00
parent db915754c1
commit f8db818a8d
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ gst_openjpeg_dec_class_init (GstOpenJPEGDecClass * klass)
video_decoder_class->decide_allocation = gst_openjpeg_dec_decide_allocation;
GST_DEBUG_CATEGORY_INIT (gst_openjpeg_dec_debug, "openjpegdec", 0,
"VP8 Decoder");
"OpenJPEG Decoder");
}
static void

View file

@ -197,7 +197,7 @@ gst_openjpeg_enc_class_init (GstOpenJPEGEncClass * klass)
video_encoder_class->propose_allocation = gst_openjpeg_enc_propose_allocation;
GST_DEBUG_CATEGORY_INIT (gst_openjpeg_enc_debug, "openjpegenc", 0,
"VP8 Encoder");
"OpenJPEG Encoder");
}
static void