[Bug 753079] validate: Should not store stream-id in media-info for local files

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 30 18:05:34 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=753079

Vineeth <vineeth.tm at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vineeth.tm at samsung.com

--- Comment #1 from Vineeth <vineeth.tm at samsung.com> ---
Created attachment 308503
  --> https://bugzilla.gnome.org/attachment.cgi?id=308503&action=edit
stream IDs should not be compared.

The changes made are
First compare stream IDs
If different
   Check if it is local file and continue
   else return -1

If same
   Compare caps
      If same continue
      Else return 0 and continue checking for the next stream.

Compare tags
return 1



Previously it was written such that, if stream IDs are equal, then we are
expecting the caps also to be equal, and hence throwing error if not.
But now that is not needed. Hence continuing to the next stream.


please review

-- 
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