mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
daala: fix typo related compilation error
https://bugzilla.gnome.org/show_bug.cgi?id=770102
This commit is contained in:
parent
c8321a3173
commit
f5d2309c5b
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ gst_daala_dec_class_init (GstDaalaDecClass * klass)
|
|||
GST_DEBUG_FUNCPTR (daala_dec_decide_allocation);
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (daaladec_debug, "daaladec", 0, "Daala decoder");
|
||||
GST_DEBUG_CATEGIRY_GET (CAT_PERFORMANCE, "GST_PERFORMANCE");
|
||||
GST_DEBUG_CATEGORY_GET (CAT_PERFORMANCE, "GST_PERFORMANCE");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue