mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
Fix warnings
Original commit message from CVS: Fix warnings
This commit is contained in:
parent
c96803fc0c
commit
dec4f2b8a3
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ GST_PLUGIN_DEFINE (
|
||||||
void
|
void
|
||||||
gst_cutter_get_caps (GstPad *pad, GstCutter* filter)
|
gst_cutter_get_caps (GstPad *pad, GstCutter* filter)
|
||||||
{
|
{
|
||||||
GstCaps *caps = NULL;
|
const GstCaps *caps = NULL;
|
||||||
GstStructure *structure;
|
GstStructure *structure;
|
||||||
|
|
||||||
caps = GST_PAD_CAPS (pad);
|
caps = GST_PAD_CAPS (pad);
|
||||||
|
|
Loading…
Reference in a new issue