[Bug 696612] .mv2 files have not pad-added

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Mar 28 06:53:43 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=696612
  GStreamer | gst-plugins | 1.0.6

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-03-28 13:53:41 UTC ---
Not sure I understand where the bug/problem is exactly.

I'm using this sample file:
http://rapidshare.com/files/3157425841/sample_mpeg2.m2v


 $ GST_DEBUG=*:6 gst-launch-1.0 filesrc location=sample_mpeg2.m2v ! \
        decodebin ! videoconvert ! xvimagesink -v 2>&1 | grep pad_added

shows that the pad-added callback gets called just fine.

 $ GST_DEBUG=appsink:6 gst-launch-1.0 filesrc location=sample_mpeg2.m2v ! \
         decodebin ! videoconvert ! appsink caps=video/x-raw,format=RGB  -v

also works just fine with that clip.

What might be a problem - and I'm just speculating here - is that if you
specify a pixel-aspect-ratio of 1/1 in your appsink caps you also need a
videoscale element in case the input has a non-1/1 PAR.

In any case, please provide a small test program plus sample file to
demonstrate the issue.

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