Sponsored Content
Full Discussion: Install gstreamer on red hat
Operating Systems Linux Red Hat Install gstreamer on red hat Post 302370607 by juststarted on Thursday 12th of November 2009 02:15:46 AM
Old 11-12-2009
Install gstreamer on red hat

hello,
i have downloaded the gstreamer from following location

Index of /pkg/redhat/9/i386/SRPMS.gst

and i placed in the root/Zoom directory.

now i want to install that on my system so that i can devolop some gstreamer related applications and run it.

now how i need to install it on my system.
i never installed any thing in linux yet ( new user) so i dont have idea which file goes where.

please guide how to install.

my general doubt is where actually i need to place files if i want to install on linux.

thanks.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Creating Red Hat install CD

Good morning, I'm currently "Trying" to download Red Hat. Which files should I burn on the CD for the install. I imagine it's the IOS files, but I'd like to make sure. I have 2 files, Disk_1 (647 mb) and Disk_2 (641 mb). Do I burn these files to a disk as is or do I need to do something... (1 Reply)
Discussion started by: DFR574
1 Replies

2. UNIX for Dummies Questions & Answers

New User, New Install Red Hat 9, need serious Instruction

Hey... I'm so proud of myself. After nearly 13 hours of trying to get Red Hat installed on my PC I got it on here. But I'm having all sorts of problems. First the boot loader is corrupted and all I get is LI and then the computer freezes. But I can boot fine from the floppy that was made during... (2 Replies)
Discussion started by: garfunkle
2 Replies

3. UNIX for Advanced & Expert Users

install broadband connection on red hat?

hi , i m new to linux , i have adsl modem , and i have two os on my machine windows and redhat . i install pppoe (broadband ) on windows , but i don't know how i install broadband on redhat . plz if u are confirm then tell me the solution because already i dump my one adsl modem , because... (0 Replies)
Discussion started by: alert_every1
0 Replies

4. Red Hat

How to install and uninstall apache on Red Hat Linux 5

Hi All, I installed Linus on virtual PC on my system. I want to configure apache on it. Also i want to install nagios and want to access through web broser from my system. How can I do this. Kindly provide soln its required urgently......... plsssssssssssssssss (4 Replies)
Discussion started by: sunray
4 Replies

5. Red Hat

How to Install Red Hat Linux Desktop version 4?

I want to install Red Hat Linux Desktop version 4. Please tell me the step-by-step installation and which file system will be best for this O/S? Like in windows, we have NTFS file system(which has very security features). Is there any such file system in Linux? Which file system should i use? (2 Replies)
Discussion started by: Anna Hussie
2 Replies

6. Red Hat

How to Install Red Hat Linux Desktop version 4?

I want to install Red Hat Linux Desktop version 4. Please tell me the step-by-step installation and which file system will be best for this O/S? Like in windows, we have NTFS file system(which has very security features). Is there any such file system in Linux? Which file system should i use?... (0 Replies)
Discussion started by: Anna Hussie
0 Replies

7. Red Hat

How to Install the CA Certificate on Red Hat

Hi Guys, These days, I am busy in configuring OpenLDAP. I plan to enable security. I don't know how to install CA Certificate on Red Hat Linux OS (Red Hat Enterprise Linux Server release 5.3). Could you please help me out of this trouble? ---------- Post updated at 06:45 PM ----------... (1 Reply)
Discussion started by: crest.boy
1 Replies

8. Red Hat

Step to Install Red Hat Linux

Hi, I need to install red hat Linux 9 with hardware raid 0. kindly share steps to carry out the same. Rgds Deljatt (8 Replies)
Discussion started by: deljatt
8 Replies

9. Red Hat

Install Red Hat 4.2 (Not Enterprise) from install tree

Hi guys I would like to install Red Hat Linux 4.2 on my old box (pIII). However there is a problem: i can't find the .iso image anywhere in the Net, all the material that i've found is (i think) an install tree of the OS. It will be possible for me to install the OS from that install tree? ... (3 Replies)
Discussion started by: mk2soldier
3 Replies

10. Red Hat

Red Hat 6 yum install no package availiable

I have installed Red Hat Enterprise Linux 6.1 server, it is registered but not subscribed. If I install using yum every time it is showing that no package available, how to resolve it? (2 Replies)
Discussion started by: ainstin
2 Replies
gst-register-0.8(1)						   User Commands					       gst-register-0.8(1)

NAME
gst-register-0.8, gst-register - register GStreamer plugins SYNOPSIS
gst-register-0.8 [gst-std-options] gst-register [gst-std-options] [--gst-list-mm] [--gst-mm=string] [--print] DESCRIPTION
gst-register-0.8 registers all of the GStreamer plugins on your system. gst-register-0.8 creates a listing of their properties so that on startup of GStreamer-based applications, you do not need to load plugins until you need them. When run as the root user, gst-register-0.8 creates the Global GStreamer plugin registry which is stored in /var/cache/gstreamer-X.X/reg- istry.xml, where X.X is the GStreamer major and minor version number. When run as a user other than the root user, gst-register-0.8 creates a user registry ~/.gstreamer-X.X/registry.xml, where X.X is the GStreamer major and minor version number. Programs that uses GStreamer use the user plugin registry if it exists, and use the Global plugin registry if not. gst-register is a wrapper script that runs the latest installed version of gst-register-X.X. For example, if both gst-register-0.7 and gst- register-0.8 are installed on your system, gst-register runs gst-register-0.8. OPTIONS
The following options are supported by gst-register-0.8 and gst-register: gst-std-options Standard options available for use with most GStreamer applications. See gst-std-options(5) for more information. The following options are supported by gst-register only: --gst-list-mm List found major/minor versions. This option displays the versions that are available. --gst-mm=string Force major/minor version. This option enables you to specify a specific version to run, if you do not want to run the default version. --print Print wrapped command line. This option displays the command that will be run, and then runs the command. EXAMPLES
Example 1: Running the Wrapper Script and Displaying the Command Name example% gst-register --print /usr/bin/gst-register-0.8 FILES
The following files are used by this application: /usr/bin/gst-register-0.Executable to register GStreamer plugins /usr/bin/gst-register Wrapper script that runs the latest installed version of gst-register-X.X /var/cache/gstreamer-X.XGStreamer.global plugin registry, where X.X is the GStreamer major and minor version number. ~/.gstreamer-X.X/registrGStreamer user plugin registry, where X.X is the GStreamer major and minor version number. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-media | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
gst-complete(1), gst-compprep(1), gst-feedback(1), gst-inspect(1), gst-launch(1), gst-launch-ext(1), gst-md5sum(1), gst-thumbnail(1), gst- typefind(1), gst-xmlinspect(1), gst-xmllaunch(1), gstreamer-properties(1), libgstreamer-0.8(3), libgstgetbits(3), gst-std-options(5) NOTES
Original man page written by the GStreamer team at http://gstreamer.net/. Updated by Brian Cameron, Sun Microsystems Inc., 2004. SunOS 5.10 14 Oct 2004 gst-register-0.8(1)
All times are GMT -4. The time now is 08:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy