GNOME Bugzilla – Bug 548065
dv support in gst
Last modified: 2008-10-04 21:51:42 UTC
Please describe the problem: gst can't play uncompressed raw dv files file delme.dv delme.dv: DIF (DVCPRO) movie file (NTSC) Steps to reproduce: gst-launch filesrc location=delme.dv ! decodebin ! ffmpegcolorspace ! xvimagesink Actual results: ERROR: from element /pipeline0/decodebin0/typefind: Could not determine type of stream. Expected results: it should play Does this happen every time? yes Other information:
Created attachment 116763 [details] .dv file produced by kino
Created attachment 116765 [details] [review] patch
2008-08-16 David Schleef <ds@schleef.org> * gst/typefind/gsttypefindfunctions.c: DV typefinding. Remove check for a bit that is 0 in IEC 61384, but not SMPTE 314M. Fixes #548065.