mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
spanplc: Fix typos
This commit is contained in:
parent
df551c0af4
commit
b872f84c96
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@ gst_span_plc_class_init (GstSpanPlcClass * klass)
|
||||||
gstelement_class->change_state =
|
gstelement_class->change_state =
|
||||||
GST_DEBUG_FUNCPTR (gst_span_plc_change_state);
|
GST_DEBUG_FUNCPTR (gst_span_plc_change_state);
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_INIT (gst_span_plc_debug, "spandlc",
|
GST_DEBUG_CATEGORY_INIT (gst_span_plc_debug, "spanplc",
|
||||||
0, "spandlc's packet loss concealment");
|
0, "spanDSP's packet loss concealment");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue