[gstreamer-bugs] [Bug 338991] [patch] Videoscale doesn't pass on pixel-aspect ratio

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Apr 24 03:24:43 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=338991
 GStreamer | gst-plugins-base | Ver: HEAD CVS


Fernando Herrera changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW




------- Comment #8 from Fernando Herrera  2006-04-24 10:24 UTC -------
Yes, without using videoscale at all:

gst-launch-0.10 -v --gst-debug-no-color filesrc
location="Arrebato(Zulueta,1979).avi" ! decodebin ! videoscale !
video/x-raw-yuv,width=100,pixel-aspect-ratio=\(fraction\)1/1 ! ffmpegcolorspace
! ximagesink

works correctly (i.e: it plays)

but:
gst-launch-0.10 -v --gst-debug-no-color filesrc
location="Arrebato(Zulueta,1979).avi" ! decodebin ! videoscale !
video/x-raw-yuv,width=100,pixel-aspect-ratio=\(fraction\)2/1 ! ffmpegcolorspace
! ximagesink

the pipeline remains in PAUSE state and never works:
[...]
/pipeline0/decodebin0/mad0.src: caps = audio/x-raw-int, endianness=(int)1234,
signed=(boolean)true, width=(int)32, depth=(int)32, rate=(int)48000,
channels=(int)2

Program received signal SIGINT, Interrupt.
[Switching to Thread -1208408400 (LWP 1632)]
0x009b1402 in __kernel_vsyscall ()
(gdb) bt
#0  0x009b1402 in __kernel_vsyscall ()
#1  0x00a8dcac in poll () from /lib/libc.so.6
#2  0x0024de13 in g_main_context_iterate (context=0x8d49e10, block=1,
dispatch=1, self=0x8ca19c8) at gmain.c:2849
#3  0x0024e189 in IA__g_main_loop_run (loop=0x8d361a0) at gmain.c:2751
#4  0x0045a86a in gst_bus_poll (bus=0x8d4a8b8, events=GST_MESSAGE_ANY,
timeout=-1) at gstbus.c:858
#5  0x08049f20 in event_loop (pipeline=0x8d4a0f8, blocking=1,
target_state=GST_STATE_PAUSED) at gst-launch.c:367
#6  0x0804afec in main (argc=Cannot access memory at address 0x1
) at gst-launch.c:646


-- 
Configure bugmail: http://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