summaryrefslogtreecommitdiffstats
path: root/sys/directdraw/gstdirectdrawsink.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-16[MOVED FROM GOOD] directdrawsink: Fix type mismatchesLRN1-5/+5
2009-05-16[MOVED FROM GOOD] Remove version numbers from a few gst-launch examples.Stefan Kost1-1/+1
2009-05-16[MOVED FROM GOOD] Update and add documentation for platform specific plugins ...Stefan Kost1-10/+6
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buf...Ole André Vadla Ravnås1-0/+2
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c: Fix buffer ref leak.Ole André Vadla Ravnås1-6/+4
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set...Haakon Sporsheim1-0/+3
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_sho...Haakon Sporsheim1-1/+5
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_sho...Haakon Sporsheim1-19/+23
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set...Haakon Sporsheim1-0/+6
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås1-5/+13
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås1-0/+1
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås1-13/+5
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås1-5/+13
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c: Properly chain up final...Sebastian Dröge1-1/+8
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c: FALSE is not a gpointer.Tim-Philipp Müller1-2/+2
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c: Make sure we create our...Julien Moutte1-38/+143
2009-05-16[MOVED FROM GOOD] fix header and commentsThomas Vander Stichele1-25/+22
2009-05-16[MOVED FROM GOOD] Rename the keep-aspect-ratio property to force-aspect-ratio...Jan Schmidt1-2/+3
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.*: Fix more warnings when ...Vincent Torri1-14/+33
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.c: Bunch of small fixes: r...Tim-Philipp Müller1-59/+58
2009-05-16[MOVED FROM GOOD] 80 char policeThomas Vander Stichele1-4/+4
2009-05-16[MOVED FROM GOOD] sys/directdraw/gstdirectdrawsink.*: Handle display mode cha...Sébastien Moutte1-434/+651
2009-05-16[MOVED FROM GOOD] update copyright statementsChristian Schaller1-2/+6
2009-05-16[MOVED FROM GOOD] sys/directdraw/: Prepare the plugin to move to good:Sébastien Moutte1-943/+542
2009-05-16[MOVED FROM GOOD] Makefile.am: Add win32 MANIFESTSébastien Moutte1-221/+363
2009-05-16[MOVED FROM GOOD] Add directdrawsink to build and dist it, so it gets built w...Vincent Torri1-7/+10
2009-05-16[MOVED FROM GOOD] sys/: Wait until the window is created before using it; gua...Sergey Scobich1-2/+18
2009-05-16[MOVED FROM GOOD] sys/directsound/gstdirectsoundsink.*: Add an attenuation pr...Sébastien Moutte1-84/+147
2009-05-16[MOVED FROM GOOD] ext/libmms/gstmms.c: Set caps on outgoing buffers.Tim-Philipp Müller1-2/+4
2009-05-16[MOVED FROM GOOD] Define GstElementDetails as const and also static (when def...Stefan Kost1-1/+1
2009-05-16[MOVED FROM GOOD] sys/: sinks are now using GST_RANK_PRIMARY to be used with ...Sébastien Moutte1-8/+24
2009-05-16[MOVED FROM GOOD] added sys/directdraw added sys/directsound added win32/vs6/...Sébastien Moutte1-0/+1733
2007-06-08Remove DirectDraw & DirectSound plugins, as they've moved to GoodJan Schmidt1-1814/+0
2007-06-08Rename the keep-aspect-ratio property to force-aspect-ratio to make it consis...Jan Schmidt1-2/+3
2007-05-24sys/directdraw/gstdirectdrawsink.*: Fix more warnings when compiling with Min...Vincent Torri1-14/+33
2007-05-20sys/directdraw/gstdirectdrawsink.c: Bunch of small fixes: remove static funct...Tim-Philipp Müller1-59/+58
2007-04-2980 char policeThomas Vander Stichele1-4/+4
2007-03-11sys/directdraw/gstdirectdrawsink.*: Handle display mode changes during playback.Sébastien Moutte1-434/+651
2007-02-27update copyright statementsChristian Schaller1-2/+6
2007-02-18sys/directdraw/: Prepare the plugin to move to good:Sébastien Moutte1-943/+542
2007-02-11Makefile.am: Add win32 MANIFESTSébastien Moutte1-221/+363
2007-01-03Add directdrawsink to build and dist it, so it gets built when compiling with...Vincent Torri1-7/+10
2006-11-01sys/: Wait until the window is created before using it; guard unistd.h includ...Sergey Scobich1-2/+18
2006-07-24sys/directsound/gstdirectsoundsink.*: Add an attenuation property that will d...Sébastien Moutte1-84/+147
2006-06-12ext/libmms/gstmms.c: Set caps on outgoing buffers.Tim-Philipp Müller1-2/+4
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-03-03sys/: sinks are now using GST_RANK_PRIMARY to be used with autodectectionSébastien Moutte1-8/+24
2006-01-05added sys/directdraw added sys/directsound added win32/vs6/gst_plugins_bad.ds...Sébastien Moutte1-0/+1733