After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 548065 - dv support in gst
dv support in gst
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-16 20:23 UTC by muayyad alsadi
Modified: 2008-10-04 21:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
.dv file produced by kino (440.11 KB, application/x-bzip2)
2008-08-16 20:26 UTC, muayyad alsadi
  Details
patch (711 bytes, patch)
2008-08-16 20:50 UTC, David Schleef
none Details | Review

Description muayyad alsadi 2008-08-16 20:23:17 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:
Comment 1 muayyad alsadi 2008-08-16 20:26:39 UTC
Created attachment 116763 [details]
.dv file produced by kino
Comment 2 David Schleef 2008-08-16 20:50:08 UTC
Created attachment 116765 [details] [review]
patch
Comment 3 David Schleef 2008-08-16 20:58:02 UTC
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.