Original commit message from CVS:
* configure.ac:
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_object):
Use correct error code for encrypted streams.
+2008-07-03 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * configure.ac:
+ * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_object):
+ Use correct error code for encrypted streams.
+
2008-07-02 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer),
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.14
+GST_REQ=0.10.20
GSTPB_REQ=0.10.14
dnl *** autotools stuff ****
/* ERRORS */
error_encrypted:
{
- GST_ELEMENT_ERROR (demux, STREAM, DEMUX,
- (_("This file is encrypted and cannot be played.")), (NULL));
+ GST_ELEMENT_ERROR (demux, STREAM, DECRYPT, (NULL), (NULL));
return GST_FLOW_ERROR;
}
}