mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
Fixed a -Wnull-conversion Clang warning in cap_gstreamer.cpp.
This commit is contained in:
parent
a1e239d2bf
commit
1817a07a5e
@ -134,7 +134,7 @@ protected:
|
||||
void startPipeline();
|
||||
void stopPipeline();
|
||||
void restartPipeline();
|
||||
void setFilter(const char* prop, int type, int v1, int v2 = NULL);
|
||||
void setFilter(const char* prop, int type, int v1, int v2 = 0);
|
||||
void removeFilter(const char *filter);
|
||||
static void newPad(GstElement *myelement,
|
||||
GstPad *pad,
|
||||
|
Loading…
Reference in New Issue
Block a user