openjpeg: Fix names of debug categories
This commit is contained in:
parent
db915754c1
commit
f8db818a8d
@ -99,7 +99,7 @@ gst_openjpeg_dec_class_init (GstOpenJPEGDecClass * klass)
|
|||||||
video_decoder_class->decide_allocation = gst_openjpeg_dec_decide_allocation;
|
video_decoder_class->decide_allocation = gst_openjpeg_dec_decide_allocation;
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_INIT (gst_openjpeg_dec_debug, "openjpegdec", 0,
|
GST_DEBUG_CATEGORY_INIT (gst_openjpeg_dec_debug, "openjpegdec", 0,
|
||||||
"VP8 Decoder");
|
"OpenJPEG Decoder");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@ -197,7 +197,7 @@ gst_openjpeg_enc_class_init (GstOpenJPEGEncClass * klass)
|
|||||||
video_encoder_class->propose_allocation = gst_openjpeg_enc_propose_allocation;
|
video_encoder_class->propose_allocation = gst_openjpeg_enc_propose_allocation;
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_INIT (gst_openjpeg_enc_debug, "openjpegenc", 0,
|
GST_DEBUG_CATEGORY_INIT (gst_openjpeg_enc_debug, "openjpegenc", 0,
|
||||||
"VP8 Encoder");
|
"OpenJPEG Encoder");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user