mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
openjpeg: Fix names of debug categories
This commit is contained in:
parent
db915754c1
commit
f8db818a8d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue