diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-06-09 17:08:56 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-06-09 17:08:56 +0000 |
commit | 4e5dbc9c999c0a078328d5555e3d8af07f3597fd (patch) | |
tree | 1191dc7a59935352801d337432cb485a257d9212 /ChangeLog | |
parent | 90ce70aa406c964c80f1d3df857073cc01813be7 (diff) | |
download | gst-plugins-bad-4e5dbc9c999c0a078328d5555e3d8af07f3597fd.tar.gz gst-plugins-bad-4e5dbc9c999c0a078328d5555e3d8af07f3597fd.tar.bz2 gst-plugins-bad-4e5dbc9c999c0a078328d5555e3d8af07f3597fd.zip |
gst/matroska/matroska-mux.c: Some better error reporting instead of just returning.
Original commit message from CVS:
* gst/matroska/matroska-mux.c: (gst_matroska_mux_loop):
Some better error reporting instead of just returning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-06-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop): + Some better error reporting instead of just returning. + +2005-06-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get): Don't use bytesused/length of a buffer for GST_BUFFER_SIZE(), since length is the allocated length in the kernel, which may |