ext/musepack/gstmusepackdec.c: Fix for latest API changes
Original commit message from CVS: * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop): Fix for latest API changes
This commit is contained in:
parent
a5ef8aef56
commit
121ae03dc1
@ -1,3 +1,8 @@
|
|||||||
|
2005-11-23 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
|
||||||
|
Fix for latest API changes
|
||||||
|
|
||||||
2005-11-22 Edgard Lima <edgard.lima@indt.org.br>
|
2005-11-22 Edgard Lima <edgard.lima@indt.org.br>
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
* PORTED_09:
|
* PORTED_09:
|
||||||
|
@ -507,7 +507,7 @@ gst_musepackdec_loop (GstPad * sinkpad)
|
|||||||
if (!gst_musepack_stream_init (musepackdec))
|
if (!gst_musepack_stream_init (musepackdec))
|
||||||
return;
|
return;
|
||||||
gst_pad_push_event (musepackdec->srcpad,
|
gst_pad_push_event (musepackdec->srcpad,
|
||||||
gst_event_new_newsegment (FALSE, 1.0,
|
gst_event_new_new_segment (FALSE, 1.0,
|
||||||
GST_FORMAT_TIME, musepackdec->pos, GST_CLOCK_TIME_NONE, 0));
|
GST_FORMAT_TIME, musepackdec->pos, GST_CLOCK_TIME_NONE, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -521,7 +521,7 @@ gst_musepackdec_loop (GstPad * sinkpad)
|
|||||||
gst_pad_push_event (musepackdec->srcpad, gst_event_new_flush_start ());
|
gst_pad_push_event (musepackdec->srcpad, gst_event_new_flush_start ());
|
||||||
}
|
}
|
||||||
gst_pad_push_event (musepackdec->srcpad,
|
gst_pad_push_event (musepackdec->srcpad,
|
||||||
gst_event_new_newsegment (FALSE, 1.0,
|
gst_event_new_new_segment (FALSE, 1.0,
|
||||||
GST_FORMAT_TIME, musepackdec->seek_time, GST_CLOCK_TIME_NONE, 0));
|
GST_FORMAT_TIME, musepackdec->seek_time, GST_CLOCK_TIME_NONE, 0));
|
||||||
fmt = GST_FORMAT_DEFAULT;
|
fmt = GST_FORMAT_DEFAULT;
|
||||||
gst_musepackdec_src_convert (musepackdec->srcpad,
|
gst_musepackdec_src_convert (musepackdec->srcpad,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user