Original commit message from CVS:
* ext/musepack/gstmusepackreader.cpp:
Workaround for older core.
+2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * ext/musepack/gstmusepackreader.cpp:
+ Workaround for older core.
+
2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
/* hacky hack - if we're after typefind, we'll fail because
* typefind is still typefinding (heh :) ). So read first. */
- if (this->tell () == 0) {
+ if (this->tell () != this->get_size ()) {
guint8 dummy2[1];
this->read (dummy2, 1);
}
/* hacky hack - if we're after typefind, we'll fail because
* typefind is still typefinding (heh :) ). So read first. */
- if (this->tell () == 0) {
+ if (this->tell () != this->get_size ()) {
guint8 dummy2[1];
this->read (dummy2, 1);
}