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 318563 - offer support for new raw1394_iso api in dv1394src
offer support for new raw1394_iso api in dv1394src
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-11 11:24 UTC by Andy Wingo
Modified: 2006-06-07 10:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
an example of the new iso api (2.10 KB, text/plain)
2005-10-11 11:26 UTC, Andy Wingo
Details

Description Andy Wingo 2005-10-11 11:24:31 UTC
Also think about offering support for libiec61883, which depends on the new
raw1394_iso interface. However it is not in debian yet, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=304890.
Comment 1 Andy Wingo 2005-10-11 11:26:13 UTC
Created attachment 53326 [details]
an example of the new iso api

Advantages include fewer irq's and dma transfer. According to Dan Dennedy
anyway. And adding support for iec61883 could drop the need for our own DV
framing code, and give us MPEG-TS support for free.
Comment 2 Fabian Deutsch 2006-02-16 15:55:53 UTC
Hey,

I've got problems using my 1394 iSight Camera with gstreamer. Does work with eikga and corinader. Suppose that the problem is related to the outadetd implementation. Maybe.
Comment 3 Andy Wingo 2006-02-16 15:59:07 UTC
Fabian: that's waiting for a dc1394src. (not dv1394src). pi-meson on IRC has something that works for him, but he's waiting to clean it up before submitting it to GStreamer. So your issue is unrelated, but there appears to be good news on that front.
Comment 4 Fabian Deutsch 2006-02-16 16:01:44 UTC
Andy: Oh. Okay. Thank you. I'm ready to test!
Comment 5 Zaheer Abbas Merali 2006-05-31 16:37:38 UTC
Ok I have committed an initial port to the new API into gst-plugins-good cvs.  Ideally it should implement mpeg2-ts and other but currently doesnt, just does dv.
Comment 6 Paul van Tilburg 2006-06-01 10:37:14 UTC
I would like to point you to a dv1394src derived element that a colleague of mine has written for one of our projects. It is based on libiec6883.

http://svn.spacelabs.nl/listing.php?repname=spacelabs&path=%2Fgst-dvstuff%2Ftrunk%2Fsrc%2Fgst-iec61883%2F

(SVN anon checkout URL: http://svn.spacelabs.nl/svn/spacelabs/gst-dvstuff/trunk/)
Comment 7 Zaheer Abbas Merali 2006-06-07 10:56:17 UTC
Thanks Paul, I am going to add those URLs to a new bug for a dv1394sink which is also provided by the gst-dvstuff package.