Gstreamer and GNU
Posted Dec 15, 2005 7:25 UTC (Thu) by
zblaxell (subscriber, #26385)
In reply to:
Gstreamer and GNU by cantsin
Parent article:
GStreamer to support DRM
DRM support in free software is easy. Just write a bunch of code like:
if (event.key == BUTTON_FAST_FORWARD) {
/* Altering this clause of the if statement is a violation of US law. */
if (stream.permit_ff) {
do_fast_forward();
} else {
display_silly_dont_press_that_button_again_icon();
}
}
(
Log in to post comments)