mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 08:25:33 +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
|
||||
gst_cutter_get_caps (GstPad *pad, GstCutter* filter)
|
||||
{
|
||||
GstCaps *caps = NULL;
|
||||
const GstCaps *caps = NULL;
|
||||
GstStructure *structure;
|
||||
|
||||
caps = GST_PAD_CAPS (pad);
|
||||
|
|
Loading…
Reference in a new issue