ac3depay: fix debug category description

This commit is contained in:
Wim Taymans 2010-12-21 22:17:19 +01:00 committed by Wim Taymans
parent e2f4fe8d3d
commit 97993d3119

View file

@ -82,7 +82,7 @@ gst_rtp_ac3_depay_class_init (GstRtpAC3DepayClass * klass)
gstbasertpdepayload_class->process = gst_rtp_ac3_depay_process;
GST_DEBUG_CATEGORY_INIT (rtpac3depay_debug, "rtpac3depay", 0,
"MPEG Audio RTP Depayloader");
"AC3 Audio RTP Depayloader");
}
static void