summaryrefslogtreecommitdiff
path: root/ext/raw1394/gstdv1394src.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-09dv1394src: Add a clock based on isochronous cycle counterDavid Schleef1-0/+25
2009-08-10dv1394src: Fix element for live usage... which has been broken for 2 years :(Edward Hervey1-131/+9
2009-08-10raw1394: Remove unneeded variableEdward Hervey1-2/+1
2009-06-24raw1394: sprinkle branch likeliness macros accross the code.Edward Hervey1-4/+6
2009-05-08raw1394: include stdlib.h for strtol()Tim-Philipp Müller1-0/+1
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-4/+2
2009-01-28Update and add documentation for plugins with deps (ext).Stefan Kost1-9/+5
2008-09-11ext/raw1394/: Pretend to care about the result of write() which works around ...Tim-Philipp Müller1-2/+2
2008-07-08Don't use declarations after statements and variable length arrays.Sebastian Dröge1-4/+3
2008-05-28Document whats first shown on the fdo plugin docs page :)Stefan Kost1-0/+17
2007-11-14ext/raw1394/: Implement GstPropertyProbe interface and add "device-name" prop...Julien Puydt1-1/+79
2007-05-16ext/raw1394/gstdv1394src.c: Replace direct comparison of a string with the st...Sebastian Dröge1-1/+1
2007-03-07ext/raw1394/gstdv1394src.c: Free handles that we allocated when exiting via t...Jan Schmidt1-0/+10
2006-08-28ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle): New helper fun...Andy Wingo1-46/+51
2006-06-11ext/raw1394/gstdv1394src.c: gratuitous comment changesThomas Vander Stichele1-2/+2
2006-05-31ext/raw1394/gstdv1394src.c: Fix bus reset when using libiec61883Zaheer Abbas Merali1-2/+3
2006-05-31configure.ac: Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.Zaheer Abbas Merali1-16/+137
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-21ext/raw1394/gstdv1394src.c: Use scale functionsWim Taymans1-2/+7
2006-04-05ext/raw1394/gstdv1394src.c: distinguish between device not found and could no...Thomas Vander Stichele1-4/+20
2006-03-30better/unified long descriptionsWim Taymans1-1/+1
2006-03-16Change bus reset handler so it reports useful information such as whether the...Zaheer Abbas Merali1-2/+43
2005-11-22URIHandler interface and element properties are now properly synchronized for...Edward Hervey1-1/+26
2005-10-19API change fix.Wim Taymans1-2/+2
2005-10-07Don't unref the message.Andy Wingo1-1/+0
2005-10-07Post a message when the cable is unplugged.Andy Wingo1-12/+24
2005-10-07ext/raw1394/gstdv1394src.c: Make interruptible, so it won't block forever in ...Andy Wingo1-12/+118
2005-10-07ext/raw1394/gstdv1394src.c: Clean up for style before doing some hacking. The...Andy Wingo1-237/+121
2005-09-02All plugins updated for element state changes.Andy Wingo1-16/+15
2005-08-16ext/raw1394/gstdv1394src.c (gst_dv1394src_iso_receive): Note license info in ...Andy Wingo1-0/+2
2005-08-08sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close)Andy Wingo1-8/+2
2005-07-14ext/raw1394/gstdv1394src.c: It's PUSH_SRC now.Wim Taymans1-2/+2
2005-07-07Ported the 1394 source to 0.9.Wim Taymans1-84/+166
2005-07-05Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo1-2/+0
2005-02-02ext/raw1394/gstdv1394src.c: Reset negotiated state on PAUSED->READY.Ronald S. Bultje1-0/+3
2005-02-01ext/raw1394/gstdv1394src.c: Set caps to systemstream=TRUE.Ronald S. Bultje1-3/+5
2004-10-15ext/raw1394/gstdv1394src.*: Added conversion/query functions.Wim Taymans1-37/+270
2004-10-15ext/raw1394/gstdv1394src.*: Added AV/C VTR control support needed for some ca...Wim Taymans1-21/+172
2004-09-03throw errors when applicableThomas Vander Stichele1-6/+11
2004-05-21second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet1-1/+1
2004-05-07ext/dv/gstdvdec.c: Fix caps nego and pad templates. RGB mode caps should work...Jan Schmidt1-7/+8
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-88/+89
2004-03-14gst-indentThomas Vander Stichele1-196/+212
2004-03-14removing stray commentationThomas Vander Stichele1-2/+0
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele1-2/+4
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele1-2/+2
2004-01-18use new error signal and classificationThomas Vander Stichele1-2/+2
2003-12-22Merge CAPS branchDavid Schleef1-25/+12
2003-11-06Include config.hDavid Schleef1-0/+3
2003-11-02Use the GST_ELEMENT_DETAILS for initialising GstElementDetailsJan Schmidt1-3/+3