[Bug 728987] qtdemux: 'caps' may be used uninitialized in this function.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 25 15:13:47 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=728987
  GStreamer | gst-plugins-good | git

Thiago Sousa Santos <thiagossantos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #275176|none                        |reviewed
             status|                            |

--- Comment #5 from Thiago Sousa Santos <thiagossantos at gmail.com> 2014-04-25 22:13:40 UTC ---
Review of attachment 275176:
 --> (https://bugzilla.gnome.org/review?bug=728987&attachment=275176)

I still prefer the first patch as this one will create a video/x-raw stream
without a specification about its format.

::: gst/isomp4/qtdemux.c
@@ +10524,3 @@
           break;
       }
+      caps = gst_caps_new_empty_simple ("video/x-raw");

You actually want to have this right after the /* unknown */ comment.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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