[Bug 754006] validate: media-descriptor-writer: Don't create media info when stream info is not present.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Nov 16 17:54:00 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=754006
--- Comment #8 from Vineeth <vineeth.tm at samsung.com> ---
ohhh yeah...
that is already being handled..
When there is no streaminfo, then gst_media_descriptor_writer_new_discover will
return NULL.
so media-check has this logic
if (writer == NULL) {
g_print ("Could not discover file: %s\n", argv[1]);
ret = 1;
goto out;
}
so the media-check-1.0 will return 1 for failure cases.
For failure cases of transcode, the below error will be printed.
[1 / 2] validate.file.transcode.to_mp3_and_h264_in_mp4.small_ogv: Failed (Could
not discover encoded file
file:///home/vineethtm/gst-validate/rendered/validate/file/to_mp3_and_h264_in_mp4/small_ogv)
Guess this is what you are talking about right?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list