Fix parameter name mispatches
This commit is contained in:
@@ -132,7 +132,7 @@ void MoodbarPipeline::Start() {
|
||||
|
||||
}
|
||||
|
||||
void MoodbarPipeline::ReportError(GstMessage* msg) {
|
||||
void MoodbarPipeline::ReportError(GstMessage *msg) {
|
||||
|
||||
GError* error;
|
||||
gchar* debugs;
|
||||
|
||||
Reference in New Issue
Block a user