mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
gst/playback/gststreaminfo.c: Fix build.
Original commit message from CVS: * gst/playback/gststreaminfo.c: Fix build.
This commit is contained in:
parent
53c6315b6b
commit
12728158b5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/playback/gststreaminfo.c:
|
||||
Fix build.
|
||||
|
||||
2007-09-05 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/playback/gststreaminfo.c:
|
||||
|
|
|
@ -327,8 +327,8 @@ gst_stream_info_set_mute (GstStreamInfo * stream_info, gboolean mute)
|
|||
}
|
||||
gst_object_unref (element);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue