일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- c언어 정적변수
- 사물인식 최소 면적 산출 프로그램
- Sparkfun Edge 프로젝트
- Spakrfun Edge
- 성적평균
- softeer
- 지도 자동 구축
- 수퍼컴퓨터 클러스터
- GStreamer
- GStreamer 튜토리얼
- C++
- 소프티어
- c언어 지역변수
- c언어 라이프타임
- c언어 전역변수
- nodejs 기초
- Python
- c언어 스코프
- 통근버스 출발 순서 검증하기
- 코테기출
- 삼성전자 #영상디스플레이사업부 # VD사업부 #면접후기
- c언어 static
- MacOS 설치
- 플레이페어 암호
- GStreamer tutorial
- C++해설
- SKT FLYAI
- 코딩테스트 기출
- 삼성 B형
- Sparkfun Edge Example
- Today
- Total
mulll
[GStreamer] GStreamer 이해하기 본문
GStreamer에 대해 포스팅하고자 합니다. GStreamer에 대한 포스팅을 업로드할 때마다 이 페이지를 업데이트할 예정입니다. 대부분의 포스팅은 아래의 GStreamer 공식 문서와 Github를 참고합니다.
https://gstreamer.freedesktop.org/documentation/index.html?gi-language=c
GStreamer
Subpages: Installing GStreamer – Download and install GStreamer Tutorials – Learn how to use GStreamer Application Development Manual – Complete walkthrough for building an application using GStreamer Plugin Writer's Guide – Complete walkthrough fo
gstreamer.freedesktop.org
https://github.com/GStreamer/gstreamer
GitHub - GStreamer/gstreamer: GStreamer open-source multimedia framework
GStreamer open-source multimedia framework. Contribute to GStreamer/gstreamer development by creating an account on GitHub.
github.com
0. GStreamer란?
(업로드 예정)
1. 설치(Installing GStreamer)
MacOS 설치 - https://mulll.tistory.com/24
Ubuntu 설치 - https://mulll.tistory.com/25
2. Basic Tutorial
1. Basic tutorial 1: Hello world! - https://mulll.tistory.com/26
2. Basic tutorial 2: GStreamer concepts - https://mulll.tistory.com/28
'GStreamer' 카테고리의 다른 글
[GStreamer] 기본 튜토리얼 2 - GStreamer 개념 (0) | 2023.01.07 |
---|---|
[GStreamer] 기본 튜토리얼 1 - Hello World Screen을 띄어보자 (0) | 2023.01.07 |
[GStreamer] Ubuntu 설치 (0) | 2023.01.05 |
[GStreamer] MacOS 설치 (0) | 2023.01.05 |