mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
ext/timidity/gsttimidity.c: Fix compiler warning. Fixes #544050.
Original commit message from CVS: * ext/timidity/gsttimidity.c: Fix compiler warning. Fixes #544050.
This commit is contained in:
parent
b51449357b
commit
8af2be1a1e
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-07-22 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* ext/timidity/gsttimidity.c:
|
||||
Fix compiler warning. Fixes #544050.
|
||||
|
||||
2008-07-21 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -677,8 +677,6 @@ gst_timidity_loop (GstPad * sinkpad)
|
|||
}
|
||||
|
||||
if (timidity->o_segment_changed) {
|
||||
GST_DEBUG_OBJECT (timidity, "segment changed");
|
||||
|
||||
GstSegment *segment = gst_timidity_get_segment (timidity, GST_FORMAT_TIME,
|
||||
!timidity->o_new_segment);
|
||||
|
||||
|
|
Loading…
Reference in a new issue