sudo apt-get install nfs-kernel-server nfs-common
$ sudo vi /etc/exports
I was getting interest in looking for 'WHERE document() comes from?'.
'Chromium' is quite big and complicated open-source project, so even traversing source code for looking 'where it comes from' also hard. However, it was statred from HTMLMediaElement class(chromium/src/third_party/WebKit/Source/core/html/HTMLMediaElement.cpp). And, finally real implementaion of document() belongs to a class TreeScope(third_party/WebKit/Source/core/dom/TreeScope.h).
The inheritance seems like below, shortly. HTMLMediaElement - HTMLElement - Element - ContainerNode - Node and, Node has TreeScope and it has 'Document& document() const'.
I hope, someone (including me) needs this quick information.
Understanding this project 'ChromiumGStreamerBackend' (https://github.com/Samsung/ChromiumGStreamerBackend), this article would be helpful someone who doesn't know structure of HTML5Video.
HTMLMediaElement derives WebMediaPlayerClient and implements pure-virtual function of parent's. Regarding to intefaces of WebMediaPlayerClient, HTMLMediaElement calls functions of WebMediaPlayer in order to connect REAL system-specific implementation. WebMediaPlayer has a lot of pure-virtual functions to abstract most valuable function of MediaPlayer's. WebMediaPlayerGStreamer derives WebMediaPlayer for specifying gstreamer-implementation.
#grep #find ##using -not (osx) for an exclusion If I want to
And, I want to
, at the same time
My all time has been spent on MICROSOFT WINDOWS. However, at home, apple-farm is waiting for me. Before going inside, I need to annouce my preference lean to hit keyboards than mouse : )
Most people talk it, it's must-have item for track-pad-control. But for me, it's the best utility for making SHORT-KEYs.
You might see 'Keyboard' menu on the main window of BTT(Better Touch Tool). Please click it. You found 'Add new short cut' which make your SHORT-KEYs.
The document for building gstreamer from source is not found. So, I decided to upload this document for beginners of gstreamer. Please DO NOT take this document SERIOUSLY : ) It might have some mistakes, cause I'm a newbie as you.
I had tried to install all kind of build tools with source build and installation. And I realized it was stupid things that waste my priceless time.