[Bug 721384] New: Asfdemux doesn't set the Key frame flag

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 3 02:47:48 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=721384
  GStreamer | gst-plugins-ugly | 1.2.1

           Summary: Asfdemux doesn't set the Key frame flag
    Classification: Platform
           Product: GStreamer
           Version: 1.2.1
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: adrien.schwartzentruber at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I observed that in 1.2 my code doesn't detect a key frame in an asf file. 

Video sample : http://www.axis.com/movies/products/q6035e_original_quality.asf

Part of the code : 

In a probe buffer callback : 

if (GST_BUFFER_FLAG_IS_SET(buffer,GST_BUFFER_FLAG_DELTA_UNIT) != TRUE)
     g_warning("You will never see this line");


Pipeline : 
gst-launch-1.0 filesrc location=axis.asf ! asfdemux ! h264parse ! fakesink


Additional informations : 
Works well with matroskademux
Worked in 1.0

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