mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
remove bogus FIXME
Original commit message from CVS: remove bogus FIXME
This commit is contained in:
parent
fcfb110e96
commit
1af3878c8f
1 changed files with 0 additions and 2 deletions
|
@ -695,8 +695,6 @@ GstCaps *gst_caps_load_thyself (xmlNodePtr parent)
|
||||||
/* utility */
|
/* utility */
|
||||||
void gst_caps_replace (GstCaps **caps, GstCaps *newcaps)
|
void gst_caps_replace (GstCaps **caps, GstCaps *newcaps)
|
||||||
{
|
{
|
||||||
/* FIXME */
|
|
||||||
|
|
||||||
if (*caps) gst_caps_free(*caps);
|
if (*caps) gst_caps_free(*caps);
|
||||||
*caps = newcaps;
|
*caps = newcaps;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue